#78002F

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

Shades of Burgundy #78002F

Tints of Burgundy #78002F

Color information

#78002F (or 0x78002F) is unknown color: approx Burgundy. HEX triplet: 78, 00 and 2F. RGB value is (120,0,47). Sum of RGB (Red+Green+Blue) = 120+0+47=167 (22% of max value = 765). Red value is 120 (47.27% from 255 or 71.86% from 167); Green value is 0 (0.39% from 255 or 0% from 167); Blue value is 47 (18.75% from 255 or 28.14% from 167); Max value from RGB is 120 - color contains mainly: red. Hex color #78002F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78002F is #87FFD0. Grayscale: #292929. Windows color (decimal): -8912849 or 3080312. OLE color: 3080312.

HSL color Cylindrical-coordinate representation of color #78002F: hue angle of 336.5º 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 #78002F is Cyan = 0, Magento = 1, Yellow = 0.61 and Black (K on CMYK) = 0.53.

Color convert

RGB120047-
CMYK010.610.53
HSL336.5º100%23.53%-
HSV(B)336.5º100%47.06%-
XYZ8.264.23.06-
YUV41.24131.26184.18-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 71.86%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 47 (18.75% from 255) = 28.14%
R=71.86%
G=0%
B=28.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.61
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120047010.610.53336.510023.53
Hex7802F0643D351506418
Octal1700570144756552014430
Binary1111000010111101100100111101110101101010000110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78002F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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