Html Css Color HEX #720912 Burgundy

📋 copy color: '#720912'

red 114 ◦ green 9 ◦ blue 18

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

Shades of Burgundy #720912

Tints of Burgundy #720912

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6.38%

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

R = 80.85%
G = 6.38%
B = 12.77%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.84

 K value IS 0.55

RGB Variations

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

Color information

#720912 (or 0x720912) is known color: Burgundy. HEX triplet: 72, 09 and 12. RGB value is (114,9,18). Sum of RGB (Red+Green+Blue) = 114+9+18=141 (18% of max value = 765). Red value is 114 (44.92% from 255 or 80.85% from 141); Green value is 9 (3.91% from 255 or 6.38% from 141); Blue value is 18 (7.42% from 255 or 12.77% from 141); Max value from RGB is 114 - color contains mainly: red. Hex color #720912 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #720912 is #8DF6ED. Grayscale: #292929. Windows color (decimal): -9303790 or 1182066. OLE color: 1182066.

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

Color convert

RGB 114 9 18 -
CMYK 0 0.92 0.84 0.55
HSL 354.86º 0.85% 0.24% -
HSV(B) 354.86º 0.92% 0.45% -
XYZ 7.15 3.82 0.93 -
YUV 41.42 114.79 179.77 -
System Red Green Blue C M Y K H S L
Decimal 114 9 18 0 0.92 0.84 0.55 354.86 0.85 0.24
Hex 72 9 12 0 5C 54 37 163 55 18
Octal 162 11 22 0 134 124 67 543 125 30
Binary 1110010 1001 10010 0 1011100 1010100 110111 101100011 1010101 11000

Color Harmonies of #720912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720912

Black with #720912

Text Example


Text Example

White with #720912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720912; }

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

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

background-color css

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

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

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

border-color css

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

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

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