#532C4B

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

Shades of Loulou #532C4B

Tints of Loulou #532C4B

Color information

#532C4B (or 0x532C4B) is unknown color: approx Loulou. HEX triplet: 53, 2C and 4B. RGB value is (83,44,75). Sum of RGB (Red+Green+Blue) = 83+44+75=202 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.09% from 202); Green value is 44 (17.58% from 255 or 21.78% from 202); Blue value is 75 (29.69% from 255 or 37.13% from 202); Max value from RGB is 83 - color contains mainly: red. Hex color #532C4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532C4B is #ACD3B4. Grayscale: #3B3B3B. Windows color (decimal): -11326389 or 4926547. OLE color: 4926547.

HSL color Cylindrical-coordinate representation of color #532C4B: hue angle of 312.31º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #532C4B is Cyan = 0, Magento = 0.47, Yellow = 0.10 and Black (K on CMYK) = 0.67.

Color convert

RGB834475-
CMYK00.470.100.67
HSL312.31º30.71%24.9%-
HSV(B)312.31º46.99%32.55%-
XYZ5.744.157.15-
YUV59.19136.92144.98-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 41.09%
GREEN value IS 44 (17.58% from 255) = 21.78%
BLUE value IS 75 (29.69% from 255) = 37.13%
R=41.09%
G=21.78%
B=37.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.10
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83447500.470.100.67312.3130.7124.9
Hex532C4B02FA431381f19
Octal12354113057121034703731
Binary101001110110010010110101111101010000111001110001111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532C4B; }

 p { color: rgb(83,44,75); }

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

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

 a { background-color: rgb(83,44,75); }

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

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

 span { border-color: rgb(83,44,75); }

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