Html Css Color HEX #72090F Burgundy

📋 copy color: '#72090F'

red 114 ◦ green 9 ◦ blue 15

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

Shades of Burgundy #72090F

Tints of Burgundy #72090F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 10.87%

R = 82.61%
G = 6.52%
B = 10.87%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.87

 K value IS 0.55

RGB Variations

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

Color information

#72090F (or 0x72090F) is known color: Burgundy. HEX triplet: 72, 09 and 0F. RGB value is (114,9,15). Sum of RGB (Red+Green+Blue) = 114+9+15=138 (18% of max value = 765). Red value is 114 (44.92% from 255 or 82.61% from 138); Green value is 9 (3.91% from 255 or 6.52% from 138); Blue value is 15 (6.25% from 255 or 10.87% from 138); Max value from RGB is 114 - color contains mainly: red. Hex color #72090F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #72090F is #8DF6F0. Grayscale: #292929. Windows color (decimal): -9303793 or 985458. OLE color: 985458.

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

Color convert

RGB 114 9 15 -
CMYK 0 0.92 0.87 0.55
HSL 356.57º 0.85% 0.24% -
HSV(B) 356.57º 0.92% 0.45% -
XYZ 7.12 3.81 0.81 -
YUV 41.08 113.29 180.01 -
System Red Green Blue C M Y K H S L
Decimal 114 9 15 0 0.92 0.87 0.55 356.57 0.85 0.24
Hex 72 9 F 0 5C 57 37 165 55 18
Octal 162 11 17 0 134 127 67 545 125 30
Binary 1110010 1001 1111 0 1011100 1010111 110111 101100101 1010101 11000

Color Harmonies of #72090F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72090F

Black with #72090F

Text Example


Text Example

White with #72090F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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