Html Css Color HEX #72050E Burgundy

📋 copy color: '#72050E'

red 114 ◦ green 5 ◦ blue 14

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

Shades of Burgundy #72050E

Tints of Burgundy #72050E

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.76%

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

R = 85.71%
G = 3.76%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.88

 K value IS 0.55

RGB Variations

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

Color information

#72050E (or 0x72050E) is known color: Burgundy. HEX triplet: 72, 05 and 0E. RGB value is (114,5,14). Sum of RGB (Red+Green+Blue) = 114+5+14=133 (17% of max value = 765). Red value is 114 (44.92% from 255 or 85.71% from 133); Green value is 5 (2.34% from 255 or 3.76% from 133); Blue value is 14 (5.86% from 255 or 10.53% from 133); Max value from RGB is 114 - color contains mainly: red. Hex color #72050E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #72050E is #8DFAF1. Grayscale: #262626. Windows color (decimal): -9304818 or 918898. OLE color: 918898.

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

Color convert

RGB 114 5 14 -
CMYK 0 0.96 0.88 0.55
HSL 355.05º 0.92% 0.23% -
HSV(B) 355.05º 0.96% 0.45% -
XYZ 7.07 3.72 0.76 -
YUV 38.62 114.11 181.77 -
System Red Green Blue C M Y K H S L
Decimal 114 5 14 0 0.96 0.88 0.55 355.05 0.92 0.23
Hex 72 5 E 0 60 58 37 163 5C 17
Octal 162 5 16 0 140 130 67 543 134 27
Binary 1110010 101 1110 0 1100000 1011000 110111 101100011 1011100 10111

Color Harmonies of #72050E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72050E

Black with #72050E

Text Example


Text Example

White with #72050E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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