#53324A

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

Shades of Loulou #53324A

Tints of Loulou #53324A

Color information

#53324A (or 0x53324A) is unknown color: approx Loulou. HEX triplet: 53, 32 and 4A. RGB value is (83,50,74). Sum of RGB (Red+Green+Blue) = 83+50+74=207 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.10% from 207); Green value is 50 (19.92% from 255 or 24.15% from 207); Blue value is 74 (29.30% from 255 or 35.75% from 207); Max value from RGB is 83 - color contains mainly: red. Hex color #53324A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53324A is #ACCDB5. Grayscale: #3E3E3E. Windows color (decimal): -11324854 or 4862547. OLE color: 4862547.

HSL color Cylindrical-coordinate representation of color #53324A: hue angle of 316.36º degrees, saturation: 0.25, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #53324A is Cyan = 0, Magento = 0.40, Yellow = 0.11 and Black (K on CMYK) = 0.67.

Color convert

RGB835074-
CMYK00.400.110.67
HSL316.36º24.81%26.08%-
HSV(B)316.36º39.76%32.55%-
XYZ5.944.617.06-
YUV62.6134.43142.55-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 40.10%
GREEN value IS 50 (19.92% from 255) = 24.15%
BLUE value IS 74 (29.30% from 255) = 35.75%
R=40.10%
G=24.15%
B=35.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.11
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83507400.400.110.67316.3624.8126.08
Hex53324A028B4313c191a
Octal12362112050131034743132
Binary101001111001010010100101000101110000111001111001100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53324A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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