Html Css Color HEX #72042B Burgundy

📋 copy color: '#72042B'

red 114 ◦ green 4 ◦ blue 43

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

Shades of Burgundy #72042B

Tints of Burgundy #72042B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 26.71%

R = 70.81%
G = 2.48%
B = 26.71%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.62

 K value IS 0.55

RGB Variations

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

Color information

#72042B (or 0x72042B) is known color: Burgundy. HEX triplet: 72, 04 and 2B. RGB value is (114,4,43). Sum of RGB (Red+Green+Blue) = 114+4+43=161 (21% of max value = 765). Red value is 114 (44.92% from 255 or 70.81% from 161); Green value is 4 (1.95% from 255 or 2.48% from 161); Blue value is 43 (17.19% from 255 or 26.71% from 161); Max value from RGB is 114 - color contains mainly: red. Hex color #72042B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72042B is #8DFBD4. Grayscale: #292929. Windows color (decimal): -9305045 or 2819186. OLE color: 2819186.

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

Color convert

RGB 114 4 43 -
CMYK 0 0.96 0.62 0.55
HSL 338.73º 0.93% 0.23% -
HSV(B) 338.73º 0.96% 0.45% -
XYZ 7.42 3.84 2.64 -
YUV 41.34 128.94 179.83 -
System Red Green Blue C M Y K H S L
Decimal 114 4 43 0 0.96 0.62 0.55 338.73 0.93 0.23
Hex 72 4 2B 0 60 3E 37 153 5D 17
Octal 162 4 53 0 140 76 67 523 135 27
Binary 1110010 100 101011 0 1100000 111110 110111 101010011 1011101 10111

Color Harmonies of #72042B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72042B

Black with #72042B

Text Example


Text Example

White with #72042B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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