#780612

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

Shades of Burgundy #780612

Tints of Burgundy #780612

Color information

#780612 (or 0x780612) is unknown color: approx Burgundy. HEX triplet: 78, 06 and 12. RGB value is (120,6,18). Sum of RGB (Red+Green+Blue) = 120+6+18=144 (19% of max value = 765). Red value is 120 (47.27% from 255 or 83.33% from 144); Green value is 6 (2.73% from 255 or 4.17% from 144); Blue value is 18 (7.42% from 255 or 12.5% from 144); Max value from RGB is 120 - color contains mainly: red. Hex color #780612 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #780612 is #87F9ED. Grayscale: #292929. Windows color (decimal): -8911342 or 1181304. OLE color: 1181304.

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

Color convert

RGB120618-
CMYK00.950.850.53
HSL353.68º90.48%24.71%-
HSV(B)353.68º95%47.06%-
XYZ7.924.170.96-
YUV41.45114.77184.02-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 83.33%
GREEN value IS 6 (2.73% from 255) = 4.17%
BLUE value IS 18 (7.42% from 255) = 12.5%
R=83.33%
G=4.17%
B=12.5%

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
Decimal12061800.950.850.53353.6890.4824.71
Hex7861205F55351625a19
Octal17062201371256554213231
Binary111100011010010010111111010101110101101100010101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780612; }

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

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

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

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

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

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

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

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