Html Css Color HEX #720109 Burgundy

📋 copy color: '#720109'

red 114 ◦ green 1 ◦ blue 9

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

Shades of Burgundy #720109

Tints of Burgundy #720109

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 7.26%

R = 91.94%
G = 0.81%
B = 7.26%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.92

 K value IS 0.55

RGB Variations

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

Color information

#720109 (or 0x720109) is known color: Burgundy. HEX triplet: 72, 01 and 09. RGB value is (114,1,9). Sum of RGB (Red+Green+Blue) = 114+1+9=124 (16% of max value = 765). Red value is 114 (44.92% from 255 or 91.94% from 124); Green value is 1 (0.78% from 255 or 0.81% from 124); Blue value is 9 (3.91% from 255 or 7.26% from 124); Max value from RGB is 114 - color contains mainly: red. Hex color #720109 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #720109 is #8DFEF6. Grayscale: #232323. Windows color (decimal): -9305847 or 590194. OLE color: 590194.

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

Color convert

RGB 114 1 9 -
CMYK 0 0.99 0.92 0.55
HSL 355.75º 0.98% 0.23% -
HSV(B) 355.75º 0.99% 0.45% -
XYZ 7 3.62 0.59 -
YUV 35.7 112.94 183.85 -
System Red Green Blue C M Y K H S L
Decimal 114 1 9 0 0.99 0.92 0.55 355.75 0.98 0.23
Hex 72 1 9 0 63 5C 37 164 62 17
Octal 162 1 11 0 143 134 67 544 142 27
Binary 1110010 1 1001 0 1100011 1011100 110111 101100100 1100010 10111

Color Harmonies of #720109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720109

Black with #720109

Text Example


Text Example

White with #720109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720109; }

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

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

background-color css

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

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

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

border-color css

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

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

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