Html Css Color HEX #72041D Burgundy

📋 copy color: '#72041D'

red 114 ◦ green 4 ◦ blue 29

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

Shades of Burgundy #72041D

Tints of Burgundy #72041D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 19.73%

R = 77.55%
G = 2.72%
B = 19.73%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.75

 K value IS 0.55

RGB Variations

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

Color information

#72041D (or 0x72041D) is known color: Burgundy. HEX triplet: 72, 04 and 1D. RGB value is (114,4,29). Sum of RGB (Red+Green+Blue) = 114+4+29=147 (19% of max value = 765). Red value is 114 (44.92% from 255 or 77.55% from 147); Green value is 4 (1.95% from 255 or 2.72% from 147); Blue value is 29 (11.72% from 255 or 19.73% from 147); Max value from RGB is 114 - color contains mainly: red. Hex color #72041D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72041D is #8DFBE2. Grayscale: #272727. Windows color (decimal): -9305059 or 1901682. OLE color: 1901682.

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

Color convert

RGB 114 4 29 -
CMYK 0 0.96 0.75 0.55
HSL 346.36º 0.93% 0.23% -
HSV(B) 346.36º 0.96% 0.45% -
XYZ 7.2 3.75 1.51 -
YUV 39.74 121.94 180.97 -
System Red Green Blue C M Y K H S L
Decimal 114 4 29 0 0.96 0.75 0.55 346.36 0.93 0.23
Hex 72 4 1D 0 60 4B 37 15A 5D 17
Octal 162 4 35 0 140 113 67 532 135 27
Binary 1110010 100 11101 0 1100000 1001011 110111 101011010 1011101 10111

Color Harmonies of #72041D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72041D

Black with #72041D

Text Example


Text Example

White with #72041D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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