Html Css Color HEX #720A0C Burgundy

📋 copy color: '#720A0C'

red 114 ◦ green 10 ◦ blue 12

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

Shades of Burgundy #720A0C

Tints of Burgundy #720A0C

RGB

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

 GREEN value IS 10 (4.3% from 255) = 7.35%

 BLUE value IS 12 (5.08% from 255) = 8.82%

R = 83.82%
G = 7.35%
B = 8.82%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.89

 K value IS 0.55

RGB Variations

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

Color information

#720A0C (or 0x720A0C) is known color: Burgundy. HEX triplet: 72, 0A and 0C. RGB value is (114,10,12). Sum of RGB (Red+Green+Blue) = 114+10+12=136 (18% of max value = 765). Red value is 114 (44.92% from 255 or 83.82% from 136); Green value is 10 (4.30% from 255 or 7.35% from 136); Blue value is 12 (5.08% from 255 or 8.82% from 136); Max value from RGB is 114 - color contains mainly: red. Hex color #720A0C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #720A0C is #8DF5F3. Grayscale: #292929. Windows color (decimal): -9303540 or 789106. OLE color: 789106.

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

Color convert

RGB 114 10 12 -
CMYK 0 0.91 0.89 0.55
HSL 358.85º 0.84% 0.24% -
HSV(B) 358.85º 0.91% 0.45% -
XYZ 7.11 3.82 0.71 -
YUV 41.32 111.46 179.84 -
System Red Green Blue C M Y K H S L
Decimal 114 10 12 0 0.91 0.89 0.55 358.85 0.84 0.24
Hex 72 A C 0 5B 59 37 167 54 18
Octal 162 12 14 0 133 131 67 547 124 30
Binary 1110010 1010 1100 0 1011011 1011001 110111 101100111 1010100 11000

Color Harmonies of #720A0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720A0C

Black with #720A0C

Text Example


Text Example

White with #720A0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720A0C; }

 p { color: rgb(114,10,12); }

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

background-color css

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

 a { background-color: rgb(114,10,12); }

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

border-color css

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

 span { border-color: rgb(114,10,12); }

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