Html Css Color HEX #72091E Burgundy

📋 copy color: '#72091E'

red 114 ◦ green 9 ◦ blue 30

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

Shades of Burgundy #72091E

Tints of Burgundy #72091E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 19.61%

R = 74.51%
G = 5.88%
B = 19.61%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.74

 K value IS 0.55

RGB Variations

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

Color information

#72091E (or 0x72091E) is known color: Burgundy. HEX triplet: 72, 09 and 1E. RGB value is (114,9,30). Sum of RGB (Red+Green+Blue) = 114+9+30=153 (20% of max value = 765). Red value is 114 (44.92% from 255 or 74.51% from 153); Green value is 9 (3.91% from 255 or 5.88% from 153); Blue value is 30 (12.11% from 255 or 19.61% from 153); Max value from RGB is 114 - color contains mainly: red. Hex color #72091E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72091E is #8DF6E1. Grayscale: #2A2A2A. Windows color (decimal): -9303778 or 1968498. OLE color: 1968498.

HSL color Cylindrical-coordinate representation of color #72091E: hue angle of 348º 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 #72091E is Cyan = 0, Magento = 0.92, Yellow = 0.74 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 9 30 -
CMYK 0 0.92 0.74 0.55
HSL 348º 0.85% 0.24% -
HSV(B) 348º 0.92% 0.45% -
XYZ 7.27 3.87 1.59 -
YUV 42.79 120.79 178.79 -
System Red Green Blue C M Y K H S L
Decimal 114 9 30 0 0.92 0.74 0.55 348 0.85 0.24
Hex 72 9 1E 0 5C 4A 37 15C 55 18
Octal 162 11 36 0 134 112 67 534 125 30
Binary 1110010 1001 11110 0 1011100 1001010 110111 101011100 1010101 11000

Color Harmonies of #72091E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72091E

Black with #72091E

Text Example


Text Example

White with #72091E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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