Html Css Color HEX #720815 Burgundy

📋 copy color: '#720815'

red 114 ◦ green 8 ◦ blue 21

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

Shades of Burgundy #720815

Tints of Burgundy #720815

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.59%

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

R = 79.72%
G = 5.59%
B = 14.69%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.82

 K value IS 0.55

RGB Variations

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

Color information

#720815 (or 0x720815) is known color: Burgundy. HEX triplet: 72, 08 and 15. RGB value is (114,8,21). Sum of RGB (Red+Green+Blue) = 114+8+21=143 (18% of max value = 765). Red value is 114 (44.92% from 255 or 79.72% from 143); Green value is 8 (3.52% from 255 or 5.59% from 143); Blue value is 21 (8.59% from 255 or 14.69% from 143); Max value from RGB is 114 - color contains mainly: red. Hex color #720815 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #720815 is #8DF7EA. Grayscale: #292929. Windows color (decimal): -9304043 or 1378418. OLE color: 1378418.

HSL color Cylindrical-coordinate representation of color #720815: hue angle of 352.64º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #720815 is Cyan = 0, Magento = 0.93, Yellow = 0.82 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 8 21 -
CMYK 0 0.93 0.82 0.55
HSL 352.64º 0.87% 0.24% -
HSV(B) 352.64º 0.93% 0.45% -
XYZ 7.16 3.81 1.07 -
YUV 41.18 116.62 179.94 -
System Red Green Blue C M Y K H S L
Decimal 114 8 21 0 0.93 0.82 0.55 352.64 0.87 0.24
Hex 72 8 15 0 5D 52 37 161 57 18
Octal 162 10 25 0 135 122 67 541 127 30
Binary 1110010 1000 10101 0 1011101 1010010 110111 101100001 1010111 11000

Color Harmonies of #720815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720815

Black with #720815

Text Example


Text Example

White with #720815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720815; }

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

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

background-color css

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

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

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

border-color css

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

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

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