Html Css Color HEX #72091D Burgundy

📋 copy color: '#72091D'

red 114 ◦ green 9 ◦ blue 29

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

Shades of Burgundy #72091D

Tints of Burgundy #72091D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 19.08%

R = 75%
G = 5.92%
B = 19.08%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.75

 K value IS 0.55

RGB Variations

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

Color information

#72091D (or 0x72091D) is known color: Burgundy. HEX triplet: 72, 09 and 1D. RGB value is (114,9,29). Sum of RGB (Red+Green+Blue) = 114+9+29=152 (20% of max value = 765). Red value is 114 (44.92% from 255 or 75% from 152); Green value is 9 (3.91% from 255 or 5.92% from 152); Blue value is 29 (11.72% from 255 or 19.08% from 152); Max value from RGB is 114 - color contains mainly: red. Hex color #72091D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72091D is #8DF6E2. Grayscale: #2A2A2A. Windows color (decimal): -9303779 or 1902962. OLE color: 1902962.

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

Color convert

RGB 114 9 29 -
CMYK 0 0.92 0.75 0.55
HSL 348.57º 0.85% 0.24% -
HSV(B) 348.57º 0.92% 0.45% -
XYZ 7.26 3.86 1.53 -
YUV 42.68 120.29 178.87 -
System Red Green Blue C M Y K H S L
Decimal 114 9 29 0 0.92 0.75 0.55 348.57 0.85 0.24
Hex 72 9 1D 0 5C 4B 37 15D 55 18
Octal 162 11 35 0 134 113 67 535 125 30
Binary 1110010 1001 11101 0 1011100 1001011 110111 101011101 1010101 11000

Color Harmonies of #72091D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72091D

Black with #72091D

Text Example


Text Example

White with #72091D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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