Html Css Color HEX #72052D Burgundy

📋 copy color: '#72052D'

red 114 ◦ green 5 ◦ blue 45

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

Shades of Burgundy #72052D

Tints of Burgundy #72052D

RGB

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

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

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

R = 69.51%
G = 3.05%
B = 27.44%

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

#72052D (or 0x72052D) is known color: Burgundy. HEX triplet: 72, 05 and 2D. RGB value is (114,5,45). Sum of RGB (Red+Green+Blue) = 114+5+45=164 (21% of max value = 765). Red value is 114 (44.92% from 255 or 69.51% from 164); Green value is 5 (2.34% from 255 or 3.05% from 164); Blue value is 45 (17.97% from 255 or 27.44% from 164); Max value from RGB is 114 - color contains mainly: red. Hex color #72052D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72052D is #8DFAD2. Grayscale: #2A2A2A. Windows color (decimal): -9304787 or 2950514. OLE color: 2950514.

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

Color convert

RGB 114 5 45 -
CMYK 0 0.96 0.61 0.55
HSL 337.98º 0.92% 0.23% -
HSV(B) 337.98º 0.96% 0.45% -
XYZ 7.47 3.88 2.84 -
YUV 42.15 129.61 179.25 -
System Red Green Blue C M Y K H S L
Decimal 114 5 45 0 0.96 0.61 0.55 337.98 0.92 0.23
Hex 72 5 2D 0 60 3D 37 152 5C 17
Octal 162 5 55 0 140 75 67 522 134 27
Binary 1110010 101 101101 0 1100000 111101 110111 101010010 1011100 10111

Color Harmonies of #72052D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72052D

Black with #72052D

Text Example


Text Example

White with #72052D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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