#78091B

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

Shades of Burgundy #78091B

Tints of Burgundy #78091B

Color information

#78091B (or 0x78091B) is unknown color: approx Burgundy. HEX triplet: 78, 09 and 1B. RGB value is (120,9,27). Sum of RGB (Red+Green+Blue) = 120+9+27=156 (20% of max value = 765). Red value is 120 (47.27% from 255 or 76.92% from 156); Green value is 9 (3.91% from 255 or 5.77% from 156); Blue value is 27 (10.94% from 255 or 17.31% from 156); Max value from RGB is 120 - color contains mainly: red. Hex color #78091B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78091B is #87F6E4. Grayscale: #2C2C2C. Windows color (decimal): -8910565 or 1771896. OLE color: 1771896.

HSL color Cylindrical-coordinate representation of color #78091B: hue angle of 350.27º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #78091B is Cyan = 0, Magento = 0.92, Yellow = 0.78 and Black (K on CMYK) = 0.53.

Color convert

RGB120927-
CMYK00.920.780.53
HSL350.27º86.05%25.29%-
HSV(B)350.27º92.5%47.06%-
XYZ8.044.271.44-
YUV44.24118.27182.04-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 76.92%
GREEN value IS 9 (3.91% from 255) = 5.77%
BLUE value IS 27 (10.94% from 255) = 17.31%
R=76.92%
G=5.77%
B=17.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.78
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12092700.920.780.53350.2786.0525.29
Hex7891B05C4E3515e5619
Octal170113301341166553612631
Binary1111000100111011010111001001110110101101011110101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78091B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78091B; }

 p { color: rgb(120,9,27); }

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

<style>
 a { background-color: #78091B; }

 a { background-color: rgb(120,9,27); }

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

<style>
 span { border-color: #78091B; }

 span { border-color: rgb(120,9,27); }

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