Html Css Color HEX #720228 Burgundy

📋 copy color: '#720228'

red 114 ◦ green 2 ◦ blue 40

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

Shades of Burgundy #720228

Tints of Burgundy #720228

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 25.64%

R = 73.08%
G = 1.28%
B = 25.64%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.65

 K value IS 0.55

RGB Variations

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

Color information

#720228 (or 0x720228) is known color: Burgundy. HEX triplet: 72, 02 and 28. RGB value is (114,2,40). Sum of RGB (Red+Green+Blue) = 114+2+40=156 (20% of max value = 765). Red value is 114 (44.92% from 255 or 73.08% from 156); Green value is 2 (1.17% from 255 or 1.28% from 156); Blue value is 40 (16.02% from 255 or 25.64% from 156); Max value from RGB is 114 - color contains mainly: red. Hex color #720228 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720228 is #8DFDD7. Grayscale: #272727. Windows color (decimal): -9305560 or 2622066. OLE color: 2622066.

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

Color convert

RGB 114 2 40 -
CMYK 0 0.98 0.65 0.55
HSL 339.64º 0.97% 0.23% -
HSV(B) 339.64º 0.98% 0.45% -
XYZ 7.34 3.77 2.35 -
YUV 39.82 128.11 180.91 -
System Red Green Blue C M Y K H S L
Decimal 114 2 40 0 0.98 0.65 0.55 339.64 0.97 0.23
Hex 72 2 28 0 62 41 37 154 61 17
Octal 162 2 50 0 142 101 67 524 141 27
Binary 1110010 10 101000 0 1100010 1000001 110111 101010100 1100001 10111

Color Harmonies of #720228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720228

Black with #720228

Text Example


Text Example

White with #720228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720228; }

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

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

background-color css

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

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

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

border-color css

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

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

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