#53224A

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

Shades of Loulou #53224A

Tints of Loulou #53224A

Color information

#53224A (or 0x53224A) is unknown color: approx Loulou. HEX triplet: 53, 22 and 4A. RGB value is (83,34,74). Sum of RGB (Red+Green+Blue) = 83+34+74=191 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.46% from 191); Green value is 34 (13.67% from 255 or 17.80% from 191); Blue value is 74 (29.30% from 255 or 38.74% from 191); Max value from RGB is 83 - color contains mainly: red. Hex color #53224A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53224A is #ACDDB5. Grayscale: #353535. Windows color (decimal): -11328950 or 4858451. OLE color: 4858451.

HSL color Cylindrical-coordinate representation of color #53224A: hue angle of 311.02º degrees, saturation: 0.42, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #53224A is Cyan = 0, Magento = 0.59, Yellow = 0.11 and Black (K on CMYK) = 0.67.

Color convert

RGB833474-
CMYK00.590.110.67
HSL311.02º41.88%22.94%-
HSV(B)311.02º59.04%32.55%-
XYZ5.383.486.87-
YUV53.21139.73149.25-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 43.46%
GREEN value IS 34 (13.67% from 255) = 17.80%
BLUE value IS 74 (29.30% from 255) = 38.74%
R=43.46%
G=17.80%
B=38.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.11
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83347400.590.110.67311.0241.8822.94
Hex53224A03BB431372a17
Octal12342112073131034675227
Binary1010011100010100101001110111011100001110011011110101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53224A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53224A; }

 p { color: rgb(83,34,74); }

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

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

 a { background-color: rgb(83,34,74); }

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

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

 span { border-color: rgb(83,34,74); }

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