Html Css Color HEX #720222 Burgundy

📋 copy color: '#720222'

red 114 ◦ green 2 ◦ blue 34

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

Shades of Burgundy #720222

Tints of Burgundy #720222

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.33%

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

R = 76%
G = 1.33%
B = 22.67%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.70

 K value IS 0.55

RGB Variations

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

Color information

#720222 (or 0x720222) is known color: Burgundy. HEX triplet: 72, 02 and 22. RGB value is (114,2,34). Sum of RGB (Red+Green+Blue) = 114+2+34=150 (19% of max value = 765). Red value is 114 (44.92% from 255 or 76% from 150); Green value is 2 (1.17% from 255 or 1.33% from 150); Blue value is 34 (13.67% from 255 or 22.67% from 150); Max value from RGB is 114 - color contains mainly: red. Hex color #720222 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720222 is #8DFDDD. Grayscale: #272727. Windows color (decimal): -9305566 or 2228850. OLE color: 2228850.

HSL color Cylindrical-coordinate representation of color #720222: hue angle of 342.86º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #720222 is Cyan = 0, Magento = 0.98, Yellow = 0.70 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 2 34 -
CMYK 0 0.98 0.70 0.55
HSL 342.86º 0.97% 0.23% -
HSV(B) 342.86º 0.98% 0.45% -
XYZ 7.25 3.74 1.85 -
YUV 39.14 125.11 181.4 -
System Red Green Blue C M Y K H S L
Decimal 114 2 34 0 0.98 0.70 0.55 342.86 0.97 0.23
Hex 72 2 22 0 62 46 37 157 61 17
Octal 162 2 42 0 142 106 67 527 141 27
Binary 1110010 10 100010 0 1100010 1000110 110111 101010111 1100001 10111

Color Harmonies of #720222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720222

Black with #720222

Text Example


Text Example

White with #720222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720222; }

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

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

background-color css

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

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

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

border-color css

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

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

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