#790612

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

Shades of Burgundy #790612

Tints of Burgundy #790612

Color information

#790612 (or 0x790612) is unknown color: approx Burgundy. HEX triplet: 79, 06 and 12. RGB value is (121,6,18). Sum of RGB (Red+Green+Blue) = 121+6+18=145 (19% of max value = 765). Red value is 121 (47.66% from 255 or 83.45% from 145); Green value is 6 (2.73% from 255 or 4.14% from 145); Blue value is 18 (7.42% from 255 or 12.41% from 145); Max value from RGB is 121 - color contains mainly: red. Hex color #790612 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #790612 is #86F9ED. Grayscale: #292929. Windows color (decimal): -8845806 or 1181305. OLE color: 1181305.

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

Color convert

RGB121618-
CMYK00.950.850.53
HSL353.74º90.55%24.9%-
HSV(B)353.74º95.04%47.45%-
XYZ8.064.240.97-
YUV41.75114.6184.52-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 83.45%
GREEN value IS 6 (2.73% from 255) = 4.14%
BLUE value IS 18 (7.42% from 255) = 12.41%
R=83.45%
G=4.14%
B=12.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.85
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12161800.950.850.53353.7490.5524.9
Hex7961205F55351625b19
Octal17162201371256554213331
Binary111100111010010010111111010101110101101100010101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #790612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #790612; }

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

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

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

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

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

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

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

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