Html Css Color HEX #72021D Burgundy

📋 copy color: '#72021D'

red 114 ◦ green 2 ◦ blue 29

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

Shades of Burgundy #72021D

Tints of Burgundy #72021D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.38%

 BLUE value IS 29 (11.72% from 255) = 20%

R = 78.62%
G = 1.38%
B = 20%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.75

 K value IS 0.55

RGB Variations

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

Color information

#72021D (or 0x72021D) is known color: Burgundy. HEX triplet: 72, 02 and 1D. RGB value is (114,2,29). Sum of RGB (Red+Green+Blue) = 114+2+29=145 (19% of max value = 765). Red value is 114 (44.92% from 255 or 78.62% from 145); Green value is 2 (1.17% from 255 or 1.38% from 145); Blue value is 29 (11.72% from 255 or 20% from 145); Max value from RGB is 114 - color contains mainly: red. Hex color #72021D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72021D is #8DFDE2. Grayscale: #262626. Windows color (decimal): -9305571 or 1901170. OLE color: 1901170.

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

Color convert

RGB 114 2 29 -
CMYK 0 0.98 0.75 0.55
HSL 345.54º 0.97% 0.23% -
HSV(B) 345.54º 0.98% 0.45% -
XYZ 7.18 3.71 1.5 -
YUV 38.57 122.61 181.8 -
System Red Green Blue C M Y K H S L
Decimal 114 2 29 0 0.98 0.75 0.55 345.54 0.97 0.23
Hex 72 2 1D 0 62 4B 37 15A 61 17
Octal 162 2 35 0 142 113 67 532 141 27
Binary 1110010 10 11101 0 1100010 1001011 110111 101011010 1100001 10111

Color Harmonies of #72021D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72021D

Black with #72021D

Text Example


Text Example

White with #72021D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,2,29); }

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

background-color css

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

 a { background-color: rgb(114,2,29); }

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

border-color css

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

 span { border-color: rgb(114,2,29); }

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