Html Css Color HEX #72081F Burgundy

📋 copy color: '#72081F'

red 114 ◦ green 8 ◦ blue 31

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

Shades of Burgundy #72081F

Tints of Burgundy #72081F

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.23%

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

R = 74.51%
G = 5.23%
B = 20.26%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.73

 K value IS 0.55

RGB Variations

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

Color information

#72081F (or 0x72081F) is known color: Burgundy. HEX triplet: 72, 08 and 1F. RGB value is (114,8,31). Sum of RGB (Red+Green+Blue) = 114+8+31=153 (20% of max value = 765). Red value is 114 (44.92% from 255 or 74.51% from 153); Green value is 8 (3.52% from 255 or 5.23% from 153); Blue value is 31 (12.5% from 255 or 20.26% from 153); Max value from RGB is 114 - color contains mainly: red. Hex color #72081F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72081F is #8DF7E0. Grayscale: #2A2A2A. Windows color (decimal): -9304033 or 2033778. OLE color: 2033778.

HSL color Cylindrical-coordinate representation of color #72081F: hue angle of 346.98º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #72081F is Cyan = 0, Magento = 0.93, Yellow = 0.73 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 8 31 -
CMYK 0 0.93 0.73 0.55
HSL 346.98º 0.87% 0.24% -
HSV(B) 346.98º 0.93% 0.45% -
XYZ 7.27 3.85 1.66 -
YUV 42.32 121.62 179.13 -
System Red Green Blue C M Y K H S L
Decimal 114 8 31 0 0.93 0.73 0.55 346.98 0.87 0.24
Hex 72 8 1F 0 5D 49 37 15B 57 18
Octal 162 10 37 0 135 111 67 533 127 30
Binary 1110010 1000 11111 0 1011101 1001001 110111 101011011 1010111 11000

Color Harmonies of #72081F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72081F

Black with #72081F

Text Example


Text Example

White with #72081F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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