#532950

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

Shades of Loulou #532950

Tints of Loulou #532950

Color information

#532950 (or 0x532950) is unknown color: approx Loulou. HEX triplet: 53, 29 and 50. RGB value is (83,41,80). Sum of RGB (Red+Green+Blue) = 83+41+80=204 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.69% from 204); Green value is 41 (16.41% from 255 or 20.10% from 204); Blue value is 80 (31.64% from 255 or 39.22% from 204); Max value from RGB is 83 - color contains mainly: red. Hex color #532950 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532950 is #ACD6AF. Grayscale: #393939. Windows color (decimal): -11327152 or 5253459. OLE color: 5253459.

HSL color Cylindrical-coordinate representation of color #532950: hue angle of 304.29º degrees, saturation: 0.34, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #532950 is Cyan = 0, Magento = 0.51, Yellow = 0.04 and Black (K on CMYK) = 0.67.

Color convert

RGB834180-
CMYK00.510.040.67
HSL304.29º33.87%24.31%-
HSV(B)304.29º50.6%32.55%-
XYZ5.8148.06-
YUV58140.41145.83-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 40.69%
GREEN value IS 41 (16.41% from 255) = 20.10%
BLUE value IS 80 (31.64% from 255) = 39.22%
R=40.69%
G=20.10%
B=39.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.04
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83418000.510.040.67304.2933.8724.31
Hex5329500334431302218
Octal1235112006341034604230
Binary101001110100110100000110011100100001110011000010001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532950; }

 p { color: rgb(83,41,80); }

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

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

 a { background-color: rgb(83,41,80); }

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

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

 span { border-color: rgb(83,41,80); }

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