#78010F

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

Shades of Burgundy #78010F

Tints of Burgundy #78010F

Color information

#78010F (or 0x78010F) is unknown color: approx Burgundy. HEX triplet: 78, 01 and 0F. RGB value is (120,1,15). Sum of RGB (Red+Green+Blue) = 120+1+15=136 (18% of max value = 765). Red value is 120 (47.27% from 255 or 88.24% from 136); Green value is 1 (0.78% from 255 or 0.74% from 136); Blue value is 15 (6.25% from 255 or 11.03% from 136); Max value from RGB is 120 - color contains mainly: red. Hex color #78010F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #78010F is #87FEF0. Grayscale: #262626. Windows color (decimal): -8912625 or 983416. OLE color: 983416.

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

Color convert

RGB120115-
CMYK00.990.870.53
HSL352.94º98.35%23.73%-
HSV(B)352.94º99.17%47.06%-
XYZ7.844.050.82-
YUV38.18114.92186.36-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 88.24%
GREEN value IS 1 (0.78% from 255) = 0.74%
BLUE value IS 15 (6.25% from 255) = 11.03%
R=88.24%
G=0.74%
B=11.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.87
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12011500.990.870.53352.9498.3523.73
Hex781F06357351616218
Octal17011701431276554114230
Binary111100011111011000111010111110101101100001110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78010F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78010F; }

 p { color: rgb(120,1,15); }

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

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

 a { background-color: rgb(120,1,15); }

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

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

 span { border-color: rgb(120,1,15); }

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