Html Css Color HEX #72090E Burgundy

📋 copy color: '#72090E'

red 114 ◦ green 9 ◦ blue 14

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

Shades of Burgundy #72090E

Tints of Burgundy #72090E

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6.57%

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

R = 83.21%
G = 6.57%
B = 10.22%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.88

 K value IS 0.55

RGB Variations

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

Color information

#72090E (or 0x72090E) is known color: Burgundy. HEX triplet: 72, 09 and 0E. RGB value is (114,9,14). Sum of RGB (Red+Green+Blue) = 114+9+14=137 (18% of max value = 765). Red value is 114 (44.92% from 255 or 83.21% from 137); Green value is 9 (3.91% from 255 or 6.57% from 137); Blue value is 14 (5.86% from 255 or 10.22% from 137); Max value from RGB is 114 - color contains mainly: red. Hex color #72090E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #72090E is #8DF6F1. Grayscale: #292929. Windows color (decimal): -9303794 or 919922. OLE color: 919922.

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

Color convert

RGB 114 9 14 -
CMYK 0 0.92 0.88 0.55
HSL 357.14º 0.85% 0.24% -
HSV(B) 357.14º 0.92% 0.45% -
XYZ 7.12 3.8 0.77 -
YUV 40.97 112.79 180.09 -
System Red Green Blue C M Y K H S L
Decimal 114 9 14 0 0.92 0.88 0.55 357.14 0.85 0.24
Hex 72 9 E 0 5C 58 37 165 55 18
Octal 162 11 16 0 134 130 67 545 125 30
Binary 1110010 1001 1110 0 1011100 1011000 110111 101100101 1010101 11000

Color Harmonies of #72090E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72090E

Black with #72090E

Text Example


Text Example

White with #72090E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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