#532B4B

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

Shades of Loulou #532B4B

Tints of Loulou #532B4B

Color information

#532B4B (or 0x532B4B) is unknown color: approx Loulou. HEX triplet: 53, 2B and 4B. RGB value is (83,43,75). Sum of RGB (Red+Green+Blue) = 83+43+75=201 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.29% from 201); Green value is 43 (17.19% from 255 or 21.39% from 201); Blue value is 75 (29.69% from 255 or 37.31% from 201); Max value from RGB is 83 - color contains mainly: red. Hex color #532B4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532B4B is #ACD4B4. Grayscale: #3A3A3A. Windows color (decimal): -11326645 or 4926291. OLE color: 4926291.

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

Color convert

RGB834375-
CMYK00.480.100.67
HSL312º31.75%24.71%-
HSV(B)312º48.19%32.55%-
XYZ5.74.077.14-
YUV58.61137.25145.4-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 41.29%
GREEN value IS 43 (17.19% from 255) = 21.39%
BLUE value IS 75 (29.69% from 255) = 37.31%
R=41.29%
G=21.39%
B=37.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.10
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83437500.480.100.6731231.7524.71
Hex532B4B030A431382019
Octal12353113060121034704031
Binary1010011101011100101101100001010100001110011100010000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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