Html Css Color HEX #72042D Burgundy

📋 copy color: '#72042D'

red 114 ◦ green 4 ◦ blue 45

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

Shades of Burgundy #72042D

Tints of Burgundy #72042D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 27.61%

R = 69.94%
G = 2.45%
B = 27.61%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.61

 K value IS 0.55

RGB Variations

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

Color information

#72042D (or 0x72042D) is known color: Burgundy. HEX triplet: 72, 04 and 2D. RGB value is (114,4,45). Sum of RGB (Red+Green+Blue) = 114+4+45=163 (21% of max value = 765). Red value is 114 (44.92% from 255 or 69.94% from 163); Green value is 4 (1.95% from 255 or 2.45% from 163); Blue value is 45 (17.97% from 255 or 27.61% from 163); Max value from RGB is 114 - color contains mainly: red. Hex color #72042D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72042D is #8DFBD2. Grayscale: #292929. Windows color (decimal): -9305043 or 2950258. OLE color: 2950258.

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

Color convert

RGB 114 4 45 -
CMYK 0 0.96 0.61 0.55
HSL 337.64º 0.93% 0.23% -
HSV(B) 337.64º 0.96% 0.45% -
XYZ 7.46 3.85 2.83 -
YUV 41.56 129.94 179.67 -
System Red Green Blue C M Y K H S L
Decimal 114 4 45 0 0.96 0.61 0.55 337.64 0.93 0.23
Hex 72 4 2D 0 60 3D 37 152 5D 17
Octal 162 4 55 0 140 75 67 522 135 27
Binary 1110010 100 101101 0 1100000 111101 110111 101010010 1011101 10111

Color Harmonies of #72042D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72042D

Black with #72042D

Text Example


Text Example

White with #72042D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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