Html Css Color HEX #720B15 Burgundy

📋 copy color: '#720B15'

red 114 ◦ green 11 ◦ blue 21

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

Shades of Burgundy #720B15

Tints of Burgundy #720B15

RGB

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

 GREEN value IS 11 (4.69% from 255) = 7.53%

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

R = 78.08%
G = 7.53%
B = 14.38%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.82

 K value IS 0.55

RGB Variations

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

Color information

#720B15 (or 0x720B15) is known color: Burgundy. HEX triplet: 72, 0B and 15. RGB value is (114,11,21). Sum of RGB (Red+Green+Blue) = 114+11+21=146 (19% of max value = 765). Red value is 114 (44.92% from 255 or 78.08% from 146); Green value is 11 (4.69% from 255 or 7.53% from 146); Blue value is 21 (8.59% from 255 or 14.38% from 146); Max value from RGB is 114 - color contains mainly: red. Hex color #720B15 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #720B15 is #8DF4EA. Grayscale: #2B2B2B. Windows color (decimal): -9303275 or 1379186. OLE color: 1379186.

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

Color convert

RGB 114 11 21 -
CMYK 0 0.90 0.82 0.55
HSL 354.17º 0.82% 0.25% -
HSV(B) 354.17º 0.9% 0.45% -
XYZ 7.19 3.87 1.08 -
YUV 42.94 115.62 178.69 -
System Red Green Blue C M Y K H S L
Decimal 114 11 21 0 0.90 0.82 0.55 354.17 0.82 0.25
Hex 72 B 15 0 5A 52 37 162 52 19
Octal 162 13 25 0 132 122 67 542 122 31
Binary 1110010 1011 10101 0 1011010 1010010 110111 101100010 1010010 11001

Color Harmonies of #720B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720B15

Black with #720B15

Text Example


Text Example

White with #720B15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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