Html Css Color HEX #72011B Burgundy

📋 copy color: '#72011B'

red 114 ◦ green 1 ◦ blue 27

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

Shades of Burgundy #72011B

Tints of Burgundy #72011B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.7%

 BLUE value IS 27 (10.94% from 255) = 19.01%

R = 80.28%
G = 0.7%
B = 19.01%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.76

 K value IS 0.55

RGB Variations

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

Color information

#72011B (or 0x72011B) is known color: Burgundy. HEX triplet: 72, 01 and 1B. RGB value is (114,1,27). Sum of RGB (Red+Green+Blue) = 114+1+27=142 (18% of max value = 765). Red value is 114 (44.92% from 255 or 80.28% from 142); Green value is 1 (0.78% from 255 or 0.70% from 142); Blue value is 27 (10.94% from 255 or 19.01% from 142); Max value from RGB is 114 - color contains mainly: red. Hex color #72011B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72011B is #8DFEE4. Grayscale: #252525. Windows color (decimal): -9305829 or 1769842. OLE color: 1769842.

HSL color Cylindrical-coordinate representation of color #72011B: hue angle of 346.19º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #72011B is Cyan = 0, Magento = 0.99, Yellow = 0.76 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 1 27 -
CMYK 0 0.99 0.76 0.55
HSL 346.19º 0.98% 0.23% -
HSV(B) 346.19º 0.99% 0.45% -
XYZ 7.15 3.68 1.37 -
YUV 37.75 121.94 182.39 -
System Red Green Blue C M Y K H S L
Decimal 114 1 27 0 0.99 0.76 0.55 346.19 0.98 0.23
Hex 72 1 1B 0 63 4C 37 15A 62 17
Octal 162 1 33 0 143 114 67 532 142 27
Binary 1110010 1 11011 0 1100011 1001100 110111 101011010 1100010 10111

Color Harmonies of #72011B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72011B

Black with #72011B

Text Example


Text Example

White with #72011B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72011B; }

 p { color: rgb(114,1,27); }

 H1.HeaderClassName
 {
   color: #72011B;
 }
 .AnyTagClassName
 {
   color: #72011B;
 }
</style>

background-color css

<style>
 a { background-color: #72011B; }

 a { background-color: rgb(114,1,27); }

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

border-color css

<style>
 span { border-color: #72011B; }

 span { border-color: rgb(114,1,27); }

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