Html Css Color HEX #72020E Burgundy

📋 copy color: '#72020E'

red 114 ◦ green 2 ◦ blue 14

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

Shades of Burgundy #72020E

Tints of Burgundy #72020E

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.54%

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

R = 87.69%
G = 1.54%
B = 10.77%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.88

 K value IS 0.55

RGB Variations

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

Color information

#72020E (or 0x72020E) is known color: Burgundy. HEX triplet: 72, 02 and 0E. RGB value is (114,2,14). Sum of RGB (Red+Green+Blue) = 114+2+14=130 (17% of max value = 765). Red value is 114 (44.92% from 255 or 87.69% from 130); Green value is 2 (1.17% from 255 or 1.54% from 130); Blue value is 14 (5.86% from 255 or 10.77% from 130); Max value from RGB is 114 - color contains mainly: red. Hex color #72020E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #72020E is #8DFDF1. Grayscale: #242424. Windows color (decimal): -9305586 or 918130. OLE color: 918130.

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

Color convert

RGB 114 2 14 -
CMYK 0 0.98 0.88 0.55
HSL 353.57º 0.97% 0.23% -
HSV(B) 353.57º 0.98% 0.45% -
XYZ 7.04 3.65 0.75 -
YUV 36.86 115.11 183.02 -
System Red Green Blue C M Y K H S L
Decimal 114 2 14 0 0.98 0.88 0.55 353.57 0.97 0.23
Hex 72 2 E 0 62 58 37 162 61 17
Octal 162 2 16 0 142 130 67 542 141 27
Binary 1110010 10 1110 0 1100010 1011000 110111 101100010 1100001 10111

Color Harmonies of #72020E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72020E

Black with #72020E

Text Example


Text Example

White with #72020E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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