Html Css Color HEX #720226 Burgundy

📋 copy color: '#720226'

red 114 ◦ green 2 ◦ blue 38

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

Shades of Burgundy #720226

Tints of Burgundy #720226

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 24.68%

R = 74.03%
G = 1.3%
B = 24.68%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.67

 K value IS 0.55

RGB Variations

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

Color information

#720226 (or 0x720226) is known color: Burgundy. HEX triplet: 72, 02 and 26. RGB value is (114,2,38). Sum of RGB (Red+Green+Blue) = 114+2+38=154 (20% of max value = 765). Red value is 114 (44.92% from 255 or 74.03% from 154); Green value is 2 (1.17% from 255 or 1.30% from 154); Blue value is 38 (15.23% from 255 or 24.68% from 154); Max value from RGB is 114 - color contains mainly: red. Hex color #720226 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720226 is #8DFDD9. Grayscale: #272727. Windows color (decimal): -9305562 or 2490994. OLE color: 2490994.

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

Color convert

RGB 114 2 38 -
CMYK 0 0.98 0.67 0.55
HSL 340.71º 0.97% 0.23% -
HSV(B) 340.71º 0.98% 0.45% -
XYZ 7.31 3.76 2.17 -
YUV 39.59 127.11 181.07 -
System Red Green Blue C M Y K H S L
Decimal 114 2 38 0 0.98 0.67 0.55 340.71 0.97 0.23
Hex 72 2 26 0 62 43 37 155 61 17
Octal 162 2 46 0 142 103 67 525 141 27
Binary 1110010 10 100110 0 1100010 1000011 110111 101010101 1100001 10111

Color Harmonies of #720226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720226

Black with #720226

Text Example


Text Example

White with #720226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720226; }

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

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

background-color css

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

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

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

border-color css

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

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

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