Html Css Color HEX #72041E Burgundy

📋 copy color: '#72041E'

red 114 ◦ green 4 ◦ blue 30

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

Shades of Burgundy #72041E

Tints of Burgundy #72041E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 20.27%

R = 77.03%
G = 2.7%
B = 20.27%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.74

 K value IS 0.55

RGB Variations

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

Color information

#72041E (or 0x72041E) is known color: Burgundy. HEX triplet: 72, 04 and 1E. RGB value is (114,4,30). Sum of RGB (Red+Green+Blue) = 114+4+30=148 (19% of max value = 765). Red value is 114 (44.92% from 255 or 77.03% from 148); Green value is 4 (1.95% from 255 or 2.70% from 148); Blue value is 30 (12.11% from 255 or 20.27% from 148); Max value from RGB is 114 - color contains mainly: red. Hex color #72041E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72041E is #8DFBE1. Grayscale: #272727. Windows color (decimal): -9305058 or 1967218. OLE color: 1967218.

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

Color convert

RGB 114 4 30 -
CMYK 0 0.96 0.74 0.55
HSL 345.82º 0.93% 0.23% -
HSV(B) 345.82º 0.96% 0.45% -
XYZ 7.22 3.76 1.57 -
YUV 39.85 122.44 180.89 -
System Red Green Blue C M Y K H S L
Decimal 114 4 30 0 0.96 0.74 0.55 345.82 0.93 0.23
Hex 72 4 1E 0 60 4A 37 15A 5D 17
Octal 162 4 36 0 140 112 67 532 135 27
Binary 1110010 100 11110 0 1100000 1001010 110111 101011010 1011101 10111

Color Harmonies of #72041E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72041E

Black with #72041E

Text Example


Text Example

White with #72041E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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