Html Css Color HEX #72091F Burgundy

📋 copy color: '#72091F'

red 114 ◦ green 9 ◦ blue 31

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

Shades of Burgundy #72091F

Tints of Burgundy #72091F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 20.13%

R = 74.03%
G = 5.84%
B = 20.13%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.73

 K value IS 0.55

RGB Variations

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

Color information

#72091F (or 0x72091F) is known color: Burgundy. HEX triplet: 72, 09 and 1F. RGB value is (114,9,31). Sum of RGB (Red+Green+Blue) = 114+9+31=154 (20% of max value = 765). Red value is 114 (44.92% from 255 or 74.03% from 154); Green value is 9 (3.91% from 255 or 5.84% from 154); Blue value is 31 (12.5% from 255 or 20.13% from 154); Max value from RGB is 114 - color contains mainly: red. Hex color #72091F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72091F is #8DF6E0. Grayscale: #2A2A2A. Windows color (decimal): -9303777 or 2034034. OLE color: 2034034.

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

Color convert

RGB 114 9 31 -
CMYK 0 0.92 0.73 0.55
HSL 347.43º 0.85% 0.24% -
HSV(B) 347.43º 0.92% 0.45% -
XYZ 7.28 3.87 1.66 -
YUV 42.9 121.29 178.71 -
System Red Green Blue C M Y K H S L
Decimal 114 9 31 0 0.92 0.73 0.55 347.43 0.85 0.24
Hex 72 9 1F 0 5C 49 37 15B 55 18
Octal 162 11 37 0 134 111 67 533 125 30
Binary 1110010 1001 11111 0 1011100 1001001 110111 101011011 1010101 11000

Color Harmonies of #72091F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72091F

Black with #72091F

Text Example


Text Example

White with #72091F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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