Html Css Color HEX #72011E Burgundy

📋 copy color: '#72011E'

red 114 ◦ green 1 ◦ blue 30

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

Shades of Burgundy #72011E

Tints of Burgundy #72011E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 20.69%

R = 78.62%
G = 0.69%
B = 20.69%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.74

 K value IS 0.55

RGB Variations

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

Color information

#72011E (or 0x72011E) is known color: Burgundy. HEX triplet: 72, 01 and 1E. RGB value is (114,1,30). Sum of RGB (Red+Green+Blue) = 114+1+30=145 (19% of max value = 765). Red value is 114 (44.92% from 255 or 78.62% from 145); Green value is 1 (0.78% from 255 or 0.69% from 145); Blue value is 30 (12.11% from 255 or 20.69% from 145); Max value from RGB is 114 - color contains mainly: red. Hex color #72011E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72011E is #8DFEE1. Grayscale: #262626. Windows color (decimal): -9305826 or 1966450. OLE color: 1966450.

HSL color Cylindrical-coordinate representation of color #72011E: hue angle of 344.6º 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 #72011E is Cyan = 0, Magento = 0.99, Yellow = 0.74 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 1 30 -
CMYK 0 0.99 0.74 0.55
HSL 344.6º 0.98% 0.23% -
HSV(B) 344.6º 0.99% 0.45% -
XYZ 7.18 3.69 1.56 -
YUV 38.09 123.44 182.14 -
System Red Green Blue C M Y K H S L
Decimal 114 1 30 0 0.99 0.74 0.55 344.6 0.98 0.23
Hex 72 1 1E 0 63 4A 37 159 62 17
Octal 162 1 36 0 143 112 67 531 142 27
Binary 1110010 1 11110 0 1100011 1001010 110111 101011001 1100010 10111

Color Harmonies of #72011E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72011E

Black with #72011E

Text Example


Text Example

White with #72011E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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