#780512

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

Shades of Burgundy #780512

Tints of Burgundy #780512

Color information

#780512 (or 0x780512) is unknown color: approx Burgundy. HEX triplet: 78, 05 and 12. RGB value is (120,5,18). Sum of RGB (Red+Green+Blue) = 120+5+18=143 (18% of max value = 765). Red value is 120 (47.27% from 255 or 83.92% from 143); Green value is 5 (2.34% from 255 or 3.50% from 143); Blue value is 18 (7.42% from 255 or 12.59% from 143); Max value from RGB is 120 - color contains mainly: red. Hex color #780512 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #780512 is #87FAED. Grayscale: #282828. Windows color (decimal): -8911598 or 1181048. OLE color: 1181048.

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

Color convert

RGB120518-
CMYK00.960.850.53
HSL353.22º92%24.51%-
HSV(B)353.22º95.83%47.06%-
XYZ7.914.150.96-
YUV40.87115.1184.44-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 83.92%
GREEN value IS 5 (2.34% from 255) = 3.50%
BLUE value IS 18 (7.42% from 255) = 12.59%
R=83.92%
G=3.50%
B=12.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.85
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12051800.960.850.53353.229224.51
Hex7851206055351615c19
Octal17052201401256554113431
Binary111100010110010011000001010101110101101100001101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780512; }

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

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

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

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

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

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

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

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