#78030E

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

Shades of Burgundy #78030E

Tints of Burgundy #78030E

Color information

#78030E (or 0x78030E) is unknown color: approx Burgundy. HEX triplet: 78, 03 and 0E. RGB value is (120,3,14). Sum of RGB (Red+Green+Blue) = 120+3+14=137 (18% of max value = 765). Red value is 120 (47.27% from 255 or 87.59% from 137); Green value is 3 (1.56% from 255 or 2.19% from 137); Blue value is 14 (5.86% from 255 or 10.22% from 137); Max value from RGB is 120 - color contains mainly: red. Hex color #78030E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #78030E is #87FCF1. Grayscale: #272727. Windows color (decimal): -8912114 or 918392. OLE color: 918392.

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

Color convert

RGB120314-
CMYK00.980.880.53
HSL354.36º95.12%24.12%-
HSV(B)354.36º97.5%47.06%-
XYZ7.864.090.79-
YUV39.24113.76185.61-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 87.59%
GREEN value IS 3 (1.56% from 255) = 2.19%
BLUE value IS 14 (5.86% from 255) = 10.22%
R=87.59%
G=2.19%
B=10.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.88
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12031400.980.880.53354.3695.1224.12
Hex783E06258351625f18
Octal17031601421306554213730
Binary1111000111110011000101011000110101101100010101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78030E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78030E; }

 p { color: rgb(120,3,14); }

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

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

 a { background-color: rgb(120,3,14); }

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

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

 span { border-color: rgb(120,3,14); }

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