#78062E

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

Shades of Burgundy #78062E

Tints of Burgundy #78062E

Color information

#78062E (or 0x78062E) is unknown color: approx Burgundy. HEX triplet: 78, 06 and 2E. RGB value is (120,6,46). Sum of RGB (Red+Green+Blue) = 120+6+46=172 (22% of max value = 765). Red value is 120 (47.27% from 255 or 69.77% from 172); Green value is 6 (2.73% from 255 or 3.49% from 172); Blue value is 46 (18.36% from 255 or 26.74% from 172); Max value from RGB is 120 - color contains mainly: red. Hex color #78062E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78062E is #87F9D1. Grayscale: #2C2C2C. Windows color (decimal): -8911314 or 3016312. OLE color: 3016312.

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

Color convert

RGB120646-
CMYK00.950.620.53
HSL338.95º90.48%24.71%-
HSV(B)338.95º95%47.06%-
XYZ8.34.322.98-
YUV44.65128.77181.75-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 69.77%
GREEN value IS 6 (2.73% from 255) = 3.49%
BLUE value IS 46 (18.36% from 255) = 26.74%
R=69.77%
G=3.49%
B=26.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.62
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12064600.950.620.53338.9590.4824.71
Hex7862E05F3E351535a19
Octal1706560137766552313231
Binary111100011010111001011111111110110101101010011101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78062E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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