Html Css Color HEX #720227 Burgundy

📋 copy color: '#720227'

red 114 ◦ green 2 ◦ blue 39

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

Shades of Burgundy #720227

Tints of Burgundy #720227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 25.16%

R = 73.55%
G = 1.29%
B = 25.16%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.66

 K value IS 0.55

RGB Variations

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

Color information

#720227 (or 0x720227) is known color: Burgundy. HEX triplet: 72, 02 and 27. RGB value is (114,2,39). Sum of RGB (Red+Green+Blue) = 114+2+39=155 (20% of max value = 765). Red value is 114 (44.92% from 255 or 73.55% from 155); Green value is 2 (1.17% from 255 or 1.29% from 155); Blue value is 39 (15.62% from 255 or 25.16% from 155); Max value from RGB is 114 - color contains mainly: red. Hex color #720227 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720227 is #8DFDD8. Grayscale: #272727. Windows color (decimal): -9305561 or 2556530. OLE color: 2556530.

HSL color Cylindrical-coordinate representation of color #720227: hue angle of 340.18º 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 #720227 is Cyan = 0, Magento = 0.98, Yellow = 0.66 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 2 39 -
CMYK 0 0.98 0.66 0.55
HSL 340.18º 0.97% 0.23% -
HSV(B) 340.18º 0.98% 0.45% -
XYZ 7.33 3.77 2.26 -
YUV 39.71 127.61 180.99 -
System Red Green Blue C M Y K H S L
Decimal 114 2 39 0 0.98 0.66 0.55 340.18 0.97 0.23
Hex 72 2 27 0 62 42 37 154 61 17
Octal 162 2 47 0 142 102 67 524 141 27
Binary 1110010 10 100111 0 1100010 1000010 110111 101010100 1100001 10111

Color Harmonies of #720227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720227

Black with #720227

Text Example


Text Example

White with #720227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720227; }

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

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

background-color css

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

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

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

border-color css

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

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

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