Html Css Color HEX #720C22 Burgundy

📋 copy color: '#720C22'

red 114 ◦ green 12 ◦ blue 34

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

Shades of Burgundy #720C22

Tints of Burgundy #720C22

RGB

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

 GREEN value IS 12 (5.08% from 255) = 7.5%

 BLUE value IS 34 (13.67% from 255) = 21.25%

R = 71.25%
G = 7.5%
B = 21.25%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.70

 K value IS 0.55

RGB Variations

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

Color information

#720C22 (or 0x720C22) is known color: Burgundy. HEX triplet: 72, 0C and 22. RGB value is (114,12,34). Sum of RGB (Red+Green+Blue) = 114+12+34=160 (21% of max value = 765). Red value is 114 (44.92% from 255 or 71.25% from 160); Green value is 12 (5.08% from 255 or 7.5% from 160); Blue value is 34 (13.67% from 255 or 21.25% from 160); Max value from RGB is 114 - color contains mainly: red. Hex color #720C22 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720C22 is #8DF3DD. Grayscale: #2D2D2D. Windows color (decimal): -9303006 or 2231410. OLE color: 2231410.

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

Color convert

RGB 114 12 34 -
CMYK 0 0.89 0.70 0.55
HSL 347.06º 0.81% 0.25% -
HSV(B) 347.06º 0.89% 0.45% -
XYZ 7.36 3.96 1.89 -
YUV 45.01 121.79 177.21 -
System Red Green Blue C M Y K H S L
Decimal 114 12 34 0 0.89 0.70 0.55 347.06 0.81 0.25
Hex 72 C 22 0 59 46 37 15B 51 19
Octal 162 14 42 0 131 106 67 533 121 31
Binary 1110010 1100 100010 0 1011001 1000110 110111 101011011 1010001 11001

Color Harmonies of #720C22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720C22

Black with #720C22

Text Example


Text Example

White with #720C22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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