#78021F

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

Shades of Burgundy #78021F

Tints of Burgundy #78021F

Color information

#78021F (or 0x78021F) is unknown color: approx Burgundy. HEX triplet: 78, 02 and 1F. RGB value is (120,2,31). Sum of RGB (Red+Green+Blue) = 120+2+31=153 (20% of max value = 765). Red value is 120 (47.27% from 255 or 78.43% from 153); Green value is 2 (1.17% from 255 or 1.31% from 153); Blue value is 31 (12.5% from 255 or 20.26% from 153); Max value from RGB is 120 - color contains mainly: red. Hex color #78021F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78021F is #87FDE0. Grayscale: #282828. Windows color (decimal): -8912353 or 2032248. OLE color: 2032248.

HSL color Cylindrical-coordinate representation of color #78021F: hue angle of 345.25º degrees, saturation: 0.97, 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 #78021F is Cyan = 0, Magento = 0.98, Yellow = 0.74 and Black (K on CMYK) = 0.53.

Color convert

RGB120231-
CMYK00.980.740.53
HSL345.25º96.72%23.92%-
HSV(B)345.25º98.33%47.06%-
XYZ8.014.141.67-
YUV40.59122.59184.64-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 78.43%
GREEN value IS 2 (1.17% from 255) = 1.31%
BLUE value IS 31 (12.5% from 255) = 20.26%
R=78.43%
G=1.31%
B=20.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.74
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12023100.980.740.53345.2596.7223.92
Hex7821F0624A351596118
Octal17023701421126553114130
Binary11110001011111011000101001010110101101011001110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78021F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,2,31); }

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

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

 a { background-color: rgb(120,2,31); }

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

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

 span { border-color: rgb(120,2,31); }

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