Html Css Color HEX #72052E Burgundy

📋 copy color: '#72052E'

red 114 ◦ green 5 ◦ blue 46

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

Shades of Burgundy #72052E

Tints of Burgundy #72052E

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.03%

 BLUE value IS 46 (18.36% from 255) = 27.88%

R = 69.09%
G = 3.03%
B = 27.88%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.60

 K value IS 0.55

RGB Variations

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

Color information

#72052E (or 0x72052E) is known color: Burgundy. HEX triplet: 72, 05 and 2E. RGB value is (114,5,46). Sum of RGB (Red+Green+Blue) = 114+5+46=165 (21% of max value = 765). Red value is 114 (44.92% from 255 or 69.09% from 165); Green value is 5 (2.34% from 255 or 3.03% from 165); Blue value is 46 (18.36% from 255 or 27.88% from 165); Max value from RGB is 114 - color contains mainly: red. Hex color #72052E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72052E is #8DFAD1. Grayscale: #2A2A2A. Windows color (decimal): -9304786 or 3016050. OLE color: 3016050.

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

Color convert

RGB 114 5 46 -
CMYK 0 0.96 0.60 0.55
HSL 337.43º 0.92% 0.23% -
HSV(B) 337.43º 0.96% 0.45% -
XYZ 7.49 3.88 2.94 -
YUV 42.27 130.11 179.17 -
System Red Green Blue C M Y K H S L
Decimal 114 5 46 0 0.96 0.60 0.55 337.43 0.92 0.23
Hex 72 5 2E 0 60 3C 37 151 5C 17
Octal 162 5 56 0 140 74 67 521 134 27
Binary 1110010 101 101110 0 1100000 111100 110111 101010001 1011100 10111

Color Harmonies of #72052E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72052E

Black with #72052E

Text Example


Text Example

White with #72052E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,5,46); }

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

background-color css

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

 a { background-color: rgb(114,5,46); }

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

border-color css

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

 span { border-color: rgb(114,5,46); }

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