Html Css Color HEX #720223 Burgundy

📋 copy color: '#720223'

red 114 ◦ green 2 ◦ blue 35

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

Shades of Burgundy #720223

Tints of Burgundy #720223

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 23.18%

R = 75.5%
G = 1.32%
B = 23.18%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.69

 K value IS 0.55

RGB Variations

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

Color information

#720223 (or 0x720223) is known color: Burgundy. HEX triplet: 72, 02 and 23. RGB value is (114,2,35). Sum of RGB (Red+Green+Blue) = 114+2+35=151 (20% of max value = 765). Red value is 114 (44.92% from 255 or 75.50% from 151); Green value is 2 (1.17% from 255 or 1.32% from 151); Blue value is 35 (14.06% from 255 or 23.18% from 151); Max value from RGB is 114 - color contains mainly: red. Hex color #720223 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720223 is #8DFDDC. Grayscale: #272727. Windows color (decimal): -9305565 or 2294386. OLE color: 2294386.

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

Color convert

RGB 114 2 35 -
CMYK 0 0.98 0.69 0.55
HSL 342.32º 0.97% 0.23% -
HSV(B) 342.32º 0.98% 0.45% -
XYZ 7.26 3.74 1.93 -
YUV 39.25 125.61 181.32 -
System Red Green Blue C M Y K H S L
Decimal 114 2 35 0 0.98 0.69 0.55 342.32 0.97 0.23
Hex 72 2 23 0 62 45 37 156 61 17
Octal 162 2 43 0 142 105 67 526 141 27
Binary 1110010 10 100011 0 1100010 1000101 110111 101010110 1100001 10111

Color Harmonies of #720223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720223

Black with #720223

Text Example


Text Example

White with #720223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720223; }

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

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

background-color css

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

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

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

border-color css

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

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

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