Html Css Color HEX #72081D Burgundy

📋 copy color: '#72081D'

red 114 ◦ green 8 ◦ blue 29

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

Shades of Burgundy #72081D

Tints of Burgundy #72081D

RGB

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

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

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

R = 75.5%
G = 5.3%
B = 19.21%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.75

 K value IS 0.55

RGB Variations

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

Color information

#72081D (or 0x72081D) is known color: Burgundy. HEX triplet: 72, 08 and 1D. RGB value is (114,8,29). Sum of RGB (Red+Green+Blue) = 114+8+29=151 (20% of max value = 765). Red value is 114 (44.92% from 255 or 75.50% from 151); Green value is 8 (3.52% from 255 or 5.30% from 151); Blue value is 29 (11.72% from 255 or 19.21% from 151); Max value from RGB is 114 - color contains mainly: red. Hex color #72081D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72081D is #8DF7E2. Grayscale: #2A2A2A. Windows color (decimal): -9304035 or 1902706. OLE color: 1902706.

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

Color convert

RGB 114 8 29 -
CMYK 0 0.93 0.75 0.55
HSL 348.11º 0.87% 0.24% -
HSV(B) 348.11º 0.93% 0.45% -
XYZ 7.25 3.84 1.52 -
YUV 42.09 120.62 179.29 -
System Red Green Blue C M Y K H S L
Decimal 114 8 29 0 0.93 0.75 0.55 348.11 0.87 0.24
Hex 72 8 1D 0 5D 4B 37 15C 57 18
Octal 162 10 35 0 135 113 67 534 127 30
Binary 1110010 1000 11101 0 1011101 1001011 110111 101011100 1010111 11000

Color Harmonies of #72081D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72081D

Black with #72081D

Text Example


Text Example

White with #72081D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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