#722530

Color #722530 Monarch (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Monarch #722530

Tints of Monarch #722530

Color information

#722530 (or 0x722530) is unknown color: approx Monarch. HEX triplet: 72, 25 and 30. RGB value is (114,37,48). Sum of RGB (Red+Green+Blue) = 114+37+48=199 (26% of max value = 765). Red value is 114 (44.92% from 255 or 57.29% from 199); Green value is 37 (14.84% from 255 or 18.59% from 199); Blue value is 48 (19.14% from 255 or 24.12% from 199); Max value from RGB is 114 - color contains mainly: red. Hex color #722530 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722530 is #8DDACF. Grayscale: #3D3D3D. Windows color (decimal): -9296592 or 3155314. OLE color: 3155314.

HSL color Cylindrical-coordinate representation of color #722530: hue angle of 351.43º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #722530 is Cyan = 0, Magento = 0.68, Yellow = 0.58 and Black (K on CMYK) = 0.55.

Color convert

RGB1143748-
CMYK00.680.580.55
HSL351.43º50.99%29.61%-
HSV(B)351.43º67.54%44.71%-
XYZ8.135.113.35-
YUV61.28120.51165.61-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 57.29%
GREEN value IS 37 (14.84% from 255) = 18.59%
BLUE value IS 48 (19.14% from 255) = 24.12%
R=57.29%
G=18.59%
B=24.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.58
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114374800.680.580.55351.4350.9929.61
Hex7225300443A3715f331e
Octal1624560010472675376336
Binary11100101001011100000100010011101011011110101111111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722530; }

 p { color: rgb(114,37,48); }

 H1.HeaderClassName
 {
   color: #722530;
 }
 .AnyTagClassName
 {
   color: #722530;
 }
</style>
background-color css

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

 a { background-color: rgb(114,37,48); }

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

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

 span { border-color: rgb(114,37,48); }

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