Html Css Color HEX #720612 Burgundy

📋 copy color: '#720612'

red 114 ◦ green 6 ◦ blue 18

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

Shades of Burgundy #720612

Tints of Burgundy #720612

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.35%

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

R = 82.61%
G = 4.35%
B = 13.04%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.84

 K value IS 0.55

RGB Variations

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

Color information

#720612 (or 0x720612) is known color: Burgundy. HEX triplet: 72, 06 and 12. RGB value is (114,6,18). Sum of RGB (Red+Green+Blue) = 114+6+18=138 (18% of max value = 765). Red value is 114 (44.92% from 255 or 82.61% from 138); Green value is 6 (2.73% from 255 or 4.35% from 138); Blue value is 18 (7.42% from 255 or 13.04% from 138); Max value from RGB is 114 - color contains mainly: red. Hex color #720612 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #720612 is #8DF9ED. Grayscale: #272727. Windows color (decimal): -9304558 or 1181298. OLE color: 1181298.

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

Color convert

RGB 114 6 18 -
CMYK 0 0.95 0.84 0.55
HSL 353.33º 0.9% 0.24% -
HSV(B) 353.33º 0.95% 0.45% -
XYZ 7.11 3.75 0.92 -
YUV 39.66 115.78 181.02 -
System Red Green Blue C M Y K H S L
Decimal 114 6 18 0 0.95 0.84 0.55 353.33 0.9 0.24
Hex 72 6 12 0 5F 54 37 161 5A 18
Octal 162 6 22 0 137 124 67 541 132 30
Binary 1110010 110 10010 0 1011111 1010100 110111 101100001 1011010 11000

Color Harmonies of #720612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720612

Black with #720612

Text Example


Text Example

White with #720612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720612; }

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

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

background-color css

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

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

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

border-color css

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

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

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