Html Css Color HEX #720A2C Burgundy

📋 copy color: '#720A2C'

red 114 ◦ green 10 ◦ blue 44

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

Shades of Burgundy #720A2C

Tints of Burgundy #720A2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 26.19%

R = 67.86%
G = 5.95%
B = 26.19%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.61

 K value IS 0.55

RGB Variations

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

Color information

#720A2C (or 0x720A2C) is known color: Burgundy. HEX triplet: 72, 0A and 2C. RGB value is (114,10,44). Sum of RGB (Red+Green+Blue) = 114+10+44=168 (22% of max value = 765). Red value is 114 (44.92% from 255 or 67.86% from 168); Green value is 10 (4.30% from 255 or 5.95% from 168); Blue value is 44 (17.58% from 255 or 26.19% from 168); Max value from RGB is 114 - color contains mainly: red. Hex color #720A2C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720A2C is #8DF5D3. Grayscale: #2C2C2C. Windows color (decimal): -9303508 or 2886258. OLE color: 2886258.

HSL color Cylindrical-coordinate representation of color #720A2C: hue angle of 340.38º 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 #720A2C is Cyan = 0, Magento = 0.91, Yellow = 0.61 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 10 44 -
CMYK 0 0.91 0.61 0.55
HSL 340.38º 0.84% 0.24% -
HSV(B) 340.38º 0.91% 0.45% -
XYZ 7.5 3.98 2.75 -
YUV 44.97 127.46 177.24 -
System Red Green Blue C M Y K H S L
Decimal 114 10 44 0 0.91 0.61 0.55 340.38 0.84 0.24
Hex 72 A 2C 0 5B 3D 37 154 54 18
Octal 162 12 54 0 133 75 67 524 124 30
Binary 1110010 1010 101100 0 1011011 111101 110111 101010100 1010100 11000

Color Harmonies of #720A2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720A2C

Black with #720A2C

Text Example


Text Example

White with #720A2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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