Html Css Color HEX #72032D Burgundy

📋 copy color: '#72032D'

red 114 ◦ green 3 ◦ blue 45

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

Shades of Burgundy #72032D

Tints of Burgundy #72032D

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.85%

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

R = 70.37%
G = 1.85%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.61

 K value IS 0.55

RGB Variations

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

Color information

#72032D (or 0x72032D) is known color: Burgundy. HEX triplet: 72, 03 and 2D. RGB value is (114,3,45). Sum of RGB (Red+Green+Blue) = 114+3+45=162 (21% of max value = 765). Red value is 114 (44.92% from 255 or 70.37% from 162); Green value is 3 (1.56% from 255 or 1.85% from 162); Blue value is 45 (17.97% from 255 or 27.78% from 162); Max value from RGB is 114 - color contains mainly: red. Hex color #72032D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72032D is #8DFCD2. Grayscale: #282828. Windows color (decimal): -9305299 or 2950002. OLE color: 2950002.

HSL color Cylindrical-coordinate representation of color #72032D: hue angle of 337.3º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #72032D is Cyan = 0, Magento = 0.97, Yellow = 0.61 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 3 45 -
CMYK 0 0.97 0.61 0.55
HSL 337.3º 0.95% 0.23% -
HSV(B) 337.3º 0.97% 0.45% -
XYZ 7.45 3.83 2.83 -
YUV 40.98 130.27 180.08 -
System Red Green Blue C M Y K H S L
Decimal 114 3 45 0 0.97 0.61 0.55 337.3 0.95 0.23
Hex 72 3 2D 0 61 3D 37 151 5F 17
Octal 162 3 55 0 141 75 67 521 137 27
Binary 1110010 11 101101 0 1100001 111101 110111 101010001 1011111 10111

Color Harmonies of #72032D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72032D

Black with #72032D

Text Example


Text Example

White with #72032D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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