Html Css Color HEX #72010E Burgundy

📋 copy color: '#72010E'

red 114 ◦ green 1 ◦ blue 14

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

Shades of Burgundy #72010E

Tints of Burgundy #72010E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 10.85%

R = 88.37%
G = 0.78%
B = 10.85%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.88

 K value IS 0.55

RGB Variations

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

Color information

#72010E (or 0x72010E) is known color: Burgundy. HEX triplet: 72, 01 and 0E. RGB value is (114,1,14). Sum of RGB (Red+Green+Blue) = 114+1+14=129 (17% of max value = 765). Red value is 114 (44.92% from 255 or 88.37% from 129); Green value is 1 (0.78% from 255 or 0.78% from 129); Blue value is 14 (5.86% from 255 or 10.85% from 129); Max value from RGB is 114 - color contains mainly: red. Hex color #72010E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #72010E is #8DFEF1. Grayscale: #242424. Windows color (decimal): -9305842 or 917874. OLE color: 917874.

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

Color convert

RGB 114 1 14 -
CMYK 0 0.99 0.88 0.55
HSL 353.1º 0.98% 0.23% -
HSV(B) 353.1º 0.99% 0.45% -
XYZ 7.03 3.63 0.75 -
YUV 36.27 115.44 183.44 -
System Red Green Blue C M Y K H S L
Decimal 114 1 14 0 0.99 0.88 0.55 353.1 0.98 0.23
Hex 72 1 E 0 63 58 37 161 62 17
Octal 162 1 16 0 143 130 67 541 142 27
Binary 1110010 1 1110 0 1100011 1011000 110111 101100001 1100010 10111

Color Harmonies of #72010E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72010E

Black with #72010E

Text Example


Text Example

White with #72010E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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