Html Css Color HEX #72040E Burgundy

📋 copy color: '#72040E'

red 114 ◦ green 4 ◦ blue 14

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

Shades of Burgundy #72040E

Tints of Burgundy #72040E

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.03%

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

R = 86.36%
G = 3.03%
B = 10.61%

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

#72040E (or 0x72040E) is known color: Burgundy. HEX triplet: 72, 04 and 0E. RGB value is (114,4,14). Sum of RGB (Red+Green+Blue) = 114+4+14=132 (17% of max value = 765). Red value is 114 (44.92% from 255 or 86.36% from 132); Green value is 4 (1.95% from 255 or 3.03% from 132); Blue value is 14 (5.86% from 255 or 10.61% from 132); Max value from RGB is 114 - color contains mainly: red. Hex color #72040E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #72040E is #8DFBF1. Grayscale: #262626. Windows color (decimal): -9305074 or 918642. OLE color: 918642.

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

Color convert

RGB 114 4 14 -
CMYK 0 0.96 0.88 0.55
HSL 354.55º 0.93% 0.23% -
HSV(B) 354.55º 0.96% 0.45% -
XYZ 7.06 3.7 0.76 -
YUV 38.03 114.44 182.19 -
System Red Green Blue C M Y K H S L
Decimal 114 4 14 0 0.96 0.88 0.55 354.55 0.93 0.23
Hex 72 4 E 0 60 58 37 163 5D 17
Octal 162 4 16 0 140 130 67 543 135 27
Binary 1110010 100 1110 0 1100000 1011000 110111 101100011 1011101 10111

Color Harmonies of #72040E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72040E

Black with #72040E

Text Example


Text Example

White with #72040E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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