#78002E

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

Shades of Burgundy #78002E

Tints of Burgundy #78002E

Color information

#78002E (or 0x78002E) is unknown color: approx Burgundy. HEX triplet: 78, 00 and 2E. RGB value is (120,0,46). Sum of RGB (Red+Green+Blue) = 120+0+46=166 (21% of max value = 765). Red value is 120 (47.27% from 255 or 72.29% from 166); Green value is 0 (0.39% from 255 or 0% from 166); Blue value is 46 (18.36% from 255 or 27.71% from 166); Max value from RGB is 120 - color contains mainly: red. Hex color #78002E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78002E is #87FFD1. Grayscale: #292929. Windows color (decimal): -8912850 or 3014776. OLE color: 3014776.

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

Color convert

RGB120046-
CMYK010.620.53
HSL337º100%23.53%-
HSV(B)337º100%47.06%-
XYZ8.244.192.96-
YUV41.12130.76184.26-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 72.29%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 46 (18.36% from 255) = 27.71%
R=72.29%
G=0%
B=27.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.62
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120046010.620.5333710023.53
Hex7802E0643E351516418
Octal1700560144766552114430
Binary1111000010111001100100111110110101101010001110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78002E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,0,46); }

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

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

 a { background-color: rgb(120,0,46); }

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

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

 span { border-color: rgb(120,0,46); }

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