Html Css Color HEX #720C21 Burgundy

📋 copy color: '#720C21'

red 114 ◦ green 12 ◦ blue 33

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

Shades of Burgundy #720C21

Tints of Burgundy #720C21

RGB

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

 GREEN value IS 12 (5.08% from 255) = 7.55%

 BLUE value IS 33 (13.28% from 255) = 20.75%

R = 71.7%
G = 7.55%
B = 20.75%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.71

 K value IS 0.55

RGB Variations

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

Color information

#720C21 (or 0x720C21) is known color: Burgundy. HEX triplet: 72, 0C and 21. RGB value is (114,12,33). Sum of RGB (Red+Green+Blue) = 114+12+33=159 (21% of max value = 765). Red value is 114 (44.92% from 255 or 71.70% from 159); Green value is 12 (5.08% from 255 or 7.55% from 159); Blue value is 33 (13.28% from 255 or 20.75% from 159); Max value from RGB is 114 - color contains mainly: red. Hex color #720C21 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720C21 is #8DF3DE. Grayscale: #2C2C2C. Windows color (decimal): -9303007 or 2165874. OLE color: 2165874.

HSL color Cylindrical-coordinate representation of color #720C21: hue angle of 347.65º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #720C21 is Cyan = 0, Magento = 0.89, Yellow = 0.71 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 12 33 -
CMYK 0 0.89 0.71 0.55
HSL 347.65º 0.81% 0.25% -
HSV(B) 347.65º 0.89% 0.45% -
XYZ 7.35 3.95 1.81 -
YUV 44.89 121.29 177.29 -
System Red Green Blue C M Y K H S L
Decimal 114 12 33 0 0.89 0.71 0.55 347.65 0.81 0.25
Hex 72 C 21 0 59 47 37 15C 51 19
Octal 162 14 41 0 131 107 67 534 121 31
Binary 1110010 1100 100001 0 1011001 1000111 110111 101011100 1010001 11001

Color Harmonies of #720C21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720C21

Black with #720C21

Text Example


Text Example

White with #720C21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720C21; }

 p { color: rgb(114,12,33); }

 H1.HeaderClassName
 {
   color: #720C21;
 }
 .AnyTagClassName
 {
   color: #720C21;
 }
</style>

background-color css

<style>
 a { background-color: #720C21; }

 a { background-color: rgb(114,12,33); }

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

border-color css

<style>
 span { border-color: #720C21; }

 span { border-color: rgb(114,12,33); }

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