Html Css Color HEX #720512 Burgundy

📋 copy color: '#720512'

red 114 ◦ green 5 ◦ blue 18

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

Shades of Burgundy #720512

Tints of Burgundy #720512

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.65%

 BLUE value IS 18 (7.42% from 255) = 13.14%

R = 83.21%
G = 3.65%
B = 13.14%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.84

 K value IS 0.55

RGB Variations

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

Color information

#720512 (or 0x720512) is known color: Burgundy. HEX triplet: 72, 05 and 12. RGB value is (114,5,18). Sum of RGB (Red+Green+Blue) = 114+5+18=137 (18% of max value = 765). Red value is 114 (44.92% from 255 or 83.21% from 137); Green value is 5 (2.34% from 255 or 3.65% from 137); Blue value is 18 (7.42% from 255 or 13.14% from 137); Max value from RGB is 114 - color contains mainly: red. Hex color #720512 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #720512 is #8DFAED. Grayscale: #272727. Windows color (decimal): -9304814 or 1181042. OLE color: 1181042.

HSL color Cylindrical-coordinate representation of color #720512: hue angle of 352.84º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #720512 is Cyan = 0, Magento = 0.96, Yellow = 0.84 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 5 18 -
CMYK 0 0.96 0.84 0.55
HSL 352.84º 0.92% 0.23% -
HSV(B) 352.84º 0.96% 0.45% -
XYZ 7.1 3.73 0.92 -
YUV 39.07 116.11 181.44 -
System Red Green Blue C M Y K H S L
Decimal 114 5 18 0 0.96 0.84 0.55 352.84 0.92 0.23
Hex 72 5 12 0 60 54 37 161 5C 17
Octal 162 5 22 0 140 124 67 541 134 27
Binary 1110010 101 10010 0 1100000 1010100 110111 101100001 1011100 10111

Color Harmonies of #720512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720512

Black with #720512

Text Example


Text Example

White with #720512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720512; }

 p { color: rgb(114,5,18); }

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

background-color css

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

 a { background-color: rgb(114,5,18); }

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

border-color css

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

 span { border-color: rgb(114,5,18); }

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