#940C31

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

Shades of Burgundy #940C31

Tints of Burgundy #940C31

Color information

#940C31 (or 0x940C31) is unknown color: approx Burgundy. HEX triplet: 94, 0C and 31. RGB value is (148,12,49). Sum of RGB (Red+Green+Blue) = 148+12+49=209 (27% of max value = 765). Red value is 148 (58.20% from 255 or 70.81% from 209); Green value is 12 (5.08% from 255 or 5.74% from 209); Blue value is 49 (19.53% from 255 or 23.44% from 209); Max value from RGB is 148 - color contains mainly: red. Hex color #940C31 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #940C31 is #6BF3CE. Grayscale: #383838. Windows color (decimal): -7074767 or 3214484. OLE color: 3214484.

HSL color Cylindrical-coordinate representation of color #940C31: hue angle of 343.68º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #940C31 is Cyan = 0, Magento = 0.92, Yellow = 0.67 and Black (K on CMYK) = 0.42.

Color convert

RGB1481249-
CMYK00.920.670.42
HSL343.68º85%31.37%-
HSV(B)343.68º91.89%58.04%-
XYZ12.96.783.53-
YUV56.88123.56192.99-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 70.81%
GREEN value IS 12 (5.08% from 255) = 5.74%
BLUE value IS 49 (19.53% from 255) = 23.44%
R=70.81%
G=5.74%
B=23.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.67
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148124900.920.670.42343.688531.37
Hex94C3105C432A158551f
Octal224146101341035253012537
Binary100101001100110001010111001000011101010101011000101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #940C31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #940C31; }

 p { color: rgb(148,12,49); }

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

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

 a { background-color: rgb(148,12,49); }

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

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

 span { border-color: rgb(148,12,49); }

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