#940336

Color #940336 Burgundy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burgundy #940336

Tints of Burgundy #940336

Color information

#940336 (or 0x940336) is unknown color: approx Burgundy. HEX triplet: 94, 03 and 36. RGB value is (148,3,54). Sum of RGB (Red+Green+Blue) = 148+3+54=205 (27% of max value = 765). Red value is 148 (58.20% from 255 or 72.20% from 205); Green value is 3 (1.56% from 255 or 1.46% from 205); Blue value is 54 (21.48% from 255 or 26.34% from 205); Max value from RGB is 148 - color contains mainly: red. Hex color #940336 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #940336 is #6BFCC9. Grayscale: #343434. Windows color (decimal): -7077066 or 3539860. OLE color: 3539860.

HSL color Cylindrical-coordinate representation of color #940336: hue angle of 338.9º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #940336 is Cyan = 0, Magento = 0.98, Yellow = 0.64 and Black (K on CMYK) = 0.42.

Color convert

RGB148354-
CMYK00.980.640.42
HSL338.9º96.03%29.61%-
HSV(B)338.9º97.97%58.04%-
XYZ12.916.634.09-
YUV52.17129.04196.35-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 148 (58.20% from 255) = 72.20%
GREEN value IS 3 (1.56% from 255) = 1.46%
BLUE value IS 54 (21.48% from 255) = 26.34%
R=72.20%
G=1.46%
B=26.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.64
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14835400.980.640.42338.996.0329.61
Hex94336062402A153601e
Octal22436601421005252314036
Binary1001010011110110011000101000000101010101010011110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #940336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #940336; }

 p { color: rgb(148,3,54); }

 H1.HeaderClassName
 {
   color: #940336;
 }
 .AnyTagClassName
 {
   color: #940336;
 }
</style>
background-color css

<style>
 a { background-color: #940336; }

 a { background-color: rgb(148,3,54); }

 div.DivClassName
 {
   background-color: #940336;
 }
 .BgClassName
 {
   background-color: #940336;
 }
</style>
border-color css

<style>
 span { border-color: #940336; }

 span { border-color: rgb(148,3,54); }

 td.TdClassName
 {
   border-color: #940336;
 }
 .TagClassName
 {
   border-color: #940336;
 }
</style>