#790012

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

Shades of Burgundy #790012

Tints of Burgundy #790012

Color information

#790012 (or 0x790012) is unknown color: approx Burgundy. HEX triplet: 79, 00 and 12. RGB value is (121,0,18). Sum of RGB (Red+Green+Blue) = 121+0+18=139 (18% of max value = 765). Red value is 121 (47.66% from 255 or 87.05% from 139); Green value is 0 (0.39% from 255 or 0% from 139); Blue value is 18 (7.42% from 255 or 12.95% from 139); Max value from RGB is 121 - color contains mainly: red. Hex color #790012 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #790012 is #86FFED. Grayscale: #262626. Windows color (decimal): -8847342 or 1179769. OLE color: 1179769.

HSL color Cylindrical-coordinate representation of color #790012: hue angle of 351.07º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #790012 is Cyan = 0, Magento = 1, Yellow = 0.85 and Black (K on CMYK) = 0.53.

Color convert

RGB121018-
CMYK010.850.53
HSL351.07º100%23.73%-
HSV(B)351.07º100%47.45%-
XYZ7.994.110.94-
YUV38.23116.59187.04-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 87.05%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 18 (7.42% from 255) = 12.95%
R=87.05%
G=0%
B=12.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.85
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121018010.850.53351.0710023.73
Hex79012064553515f6418
Octal17102201441256553714430
Binary1111001010010011001001010101110101101011111110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #790012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #790012; }

 p { color: rgb(121,0,18); }

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

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

 a { background-color: rgb(121,0,18); }

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

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

 span { border-color: rgb(121,0,18); }

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