Html Css Color HEX #72080E Burgundy

📋 copy color: '#72080E'

red 114 ◦ green 8 ◦ blue 14

#72080E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Burgundy #72080E

Tints of Burgundy #72080E

RGB

 RED value IS 114 (44.92% from 255) = 83.82%

 GREEN value IS 8 (3.52% from 255) = 5.88%

 BLUE value IS 14 (5.86% from 255) = 10.29%

R = 83.82%
G = 5.88%
B = 10.29%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.88

 K value IS 0.55

RGB Variations

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

Color information

#72080E (or 0x72080E) is known color: Burgundy. HEX triplet: 72, 08 and 0E. RGB value is (114,8,14). Sum of RGB (Red+Green+Blue) = 114+8+14=136 (18% of max value = 765). Red value is 114 (44.92% from 255 or 83.82% from 136); Green value is 8 (3.52% from 255 or 5.88% from 136); Blue value is 14 (5.86% from 255 or 10.29% from 136); Max value from RGB is 114 - color contains mainly: red. Hex color #72080E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #72080E is #8DF7F1. Grayscale: #282828. Windows color (decimal): -9304050 or 919666. OLE color: 919666.

HSL color Cylindrical-coordinate representation of color #72080E: hue angle of 356.6º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #72080E is Cyan = 0, Magento = 0.93, Yellow = 0.88 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 8 14 -
CMYK 0 0.93 0.88 0.55
HSL 356.6º 0.87% 0.24% -
HSV(B) 356.6º 0.93% 0.45% -
XYZ 7.11 3.78 0.77 -
YUV 40.38 113.12 180.51 -
System Red Green Blue C M Y K H S L
Decimal 114 8 14 0 0.93 0.88 0.55 356.6 0.87 0.24
Hex 72 8 E 0 5D 58 37 165 57 18
Octal 162 10 16 0 135 130 67 545 127 30
Binary 1110010 1000 1110 0 1011101 1011000 110111 101100101 1010111 11000

Color Harmonies of #72080E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72080E

Black with #72080E

Text Example


Text Example

White with #72080E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,8,14); }

 H1.HeaderClassName
 {
   color: #72080E;
 }
 .AnyTagClassName
 {
   color: #72080E;
 }
</style>

background-color css

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

 a { background-color: rgb(114,8,14); }

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

border-color css

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

 span { border-color: rgb(114,8,14); }

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