Html Css Color HEX #720114 Burgundy

📋 copy color: '#720114'

red 114 ◦ green 1 ◦ blue 20

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

Shades of Burgundy #720114

Tints of Burgundy #720114

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.74%

 BLUE value IS 20 (8.2% from 255) = 14.81%

R = 84.44%
G = 0.74%
B = 14.81%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.82

 K value IS 0.55

RGB Variations

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

Color information

#720114 (or 0x720114) is known color: Burgundy. HEX triplet: 72, 01 and 14. RGB value is (114,1,20). Sum of RGB (Red+Green+Blue) = 114+1+20=135 (17% of max value = 765). Red value is 114 (44.92% from 255 or 84.44% from 135); Green value is 1 (0.78% from 255 or 0.74% from 135); Blue value is 20 (8.20% from 255 or 14.81% from 135); Max value from RGB is 114 - color contains mainly: red. Hex color #720114 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #720114 is #8DFEEB. Grayscale: #242424. Windows color (decimal): -9305836 or 1311090. OLE color: 1311090.

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

Color convert

RGB 114 1 20 -
CMYK 0 0.99 0.82 0.55
HSL 349.91º 0.98% 0.23% -
HSV(B) 349.91º 0.99% 0.45% -
XYZ 7.08 3.65 0.99 -
YUV 36.95 118.44 182.96 -
System Red Green Blue C M Y K H S L
Decimal 114 1 20 0 0.99 0.82 0.55 349.91 0.98 0.23
Hex 72 1 14 0 63 52 37 15E 62 17
Octal 162 1 24 0 143 122 67 536 142 27
Binary 1110010 1 10100 0 1100011 1010010 110111 101011110 1100010 10111

Color Harmonies of #720114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720114

Black with #720114

Text Example


Text Example

White with #720114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720114; }

 p { color: rgb(114,1,20); }

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

background-color css

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

 a { background-color: rgb(114,1,20); }

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

border-color css

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

 span { border-color: rgb(114,1,20); }

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