#790610

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

Shades of Burgundy #790610

Tints of Burgundy #790610

Color information

#790610 (or 0x790610) is unknown color: approx Burgundy. HEX triplet: 79, 06 and 10. RGB value is (121,6,16). Sum of RGB (Red+Green+Blue) = 121+6+16=143 (18% of max value = 765). Red value is 121 (47.66% from 255 or 84.62% from 143); Green value is 6 (2.73% from 255 or 4.20% from 143); Blue value is 16 (6.64% from 255 or 11.19% from 143); Max value from RGB is 121 - color contains mainly: red. Hex color #790610 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #790610 is #86F9EF. Grayscale: #292929. Windows color (decimal): -8845808 or 1050233. OLE color: 1050233.

HSL color Cylindrical-coordinate representation of color #790610: hue angle of 354.78º 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 #790610 is Cyan = 0, Magento = 0.95, Yellow = 0.87 and Black (K on CMYK) = 0.53.

Color convert

RGB121616-
CMYK00.950.870.53
HSL354.78º90.55%24.9%-
HSV(B)354.78º95.04%47.45%-
XYZ8.044.230.88-
YUV41.52113.6184.69-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 84.62%
GREEN value IS 6 (2.73% from 255) = 4.20%
BLUE value IS 16 (6.64% from 255) = 11.19%
R=84.62%
G=4.20%
B=11.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.87
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12161600.950.870.53354.7890.5524.9
Hex7961005F57351635b19
Octal17162001371276554313331
Binary111100111010000010111111010111110101101100011101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #790610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #790610; }

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

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

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

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

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

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

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

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