Html Css Color HEX #720215 Burgundy

📋 copy color: '#720215'

red 114 ◦ green 2 ◦ blue 21

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

Shades of Burgundy #720215

Tints of Burgundy #720215

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 15.33%

R = 83.21%
G = 1.46%
B = 15.33%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.82

 K value IS 0.55

RGB Variations

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

Color information

#720215 (or 0x720215) is known color: Burgundy. HEX triplet: 72, 02 and 15. RGB value is (114,2,21). Sum of RGB (Red+Green+Blue) = 114+2+21=137 (18% of max value = 765). Red value is 114 (44.92% from 255 or 83.21% from 137); Green value is 2 (1.17% from 255 or 1.46% from 137); Blue value is 21 (8.59% from 255 or 15.33% from 137); Max value from RGB is 114 - color contains mainly: red. Hex color #720215 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #720215 is #8DFDEA. Grayscale: #252525. Windows color (decimal): -9305579 or 1376882. OLE color: 1376882.

HSL color Cylindrical-coordinate representation of color #720215: hue angle of 349.82º 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 #720215 is Cyan = 0, Magento = 0.98, Yellow = 0.82 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 2 21 -
CMYK 0 0.98 0.82 0.55
HSL 349.82º 0.97% 0.23% -
HSV(B) 349.82º 0.98% 0.45% -
XYZ 7.1 3.67 1.04 -
YUV 37.65 118.61 182.46 -
System Red Green Blue C M Y K H S L
Decimal 114 2 21 0 0.98 0.82 0.55 349.82 0.97 0.23
Hex 72 2 15 0 62 52 37 15E 61 17
Octal 162 2 25 0 142 122 67 536 141 27
Binary 1110010 10 10101 0 1100010 1010010 110111 101011110 1100001 10111

Color Harmonies of #720215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720215

Black with #720215

Text Example


Text Example

White with #720215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720215; }

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

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

background-color css

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

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

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

border-color css

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

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

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