Html Css Color HEX #72040D Burgundy

📋 copy color: '#72040D'

red 114 ◦ green 4 ◦ blue 13

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

Shades of Burgundy #72040D

Tints of Burgundy #72040D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 9.92%

R = 87.02%
G = 3.05%
B = 9.92%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.89

 K value IS 0.55

RGB Variations

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

Color information

#72040D (or 0x72040D) is known color: Burgundy. HEX triplet: 72, 04 and 0D. RGB value is (114,4,13). Sum of RGB (Red+Green+Blue) = 114+4+13=131 (17% of max value = 765). Red value is 114 (44.92% from 255 or 87.02% from 131); Green value is 4 (1.95% from 255 or 3.05% from 131); Blue value is 13 (5.47% from 255 or 9.92% from 131); Max value from RGB is 114 - color contains mainly: red. Hex color #72040D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #72040D is #8DFBF2. Grayscale: #252525. Windows color (decimal): -9305075 or 853106. OLE color: 853106.

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

Color convert

RGB 114 4 13 -
CMYK 0 0.96 0.89 0.55
HSL 355.09º 0.93% 0.23% -
HSV(B) 355.09º 0.96% 0.45% -
XYZ 7.06 3.69 0.72 -
YUV 37.92 113.94 182.27 -
System Red Green Blue C M Y K H S L
Decimal 114 4 13 0 0.96 0.89 0.55 355.09 0.93 0.23
Hex 72 4 D 0 60 59 37 163 5D 17
Octal 162 4 15 0 140 131 67 543 135 27
Binary 1110010 100 1101 0 1100000 1011001 110111 101100011 1011101 10111

Color Harmonies of #72040D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72040D

Black with #72040D

Text Example


Text Example

White with #72040D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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