#532B4E

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

Shades of Loulou #532B4E

Tints of Loulou #532B4E

Color information

#532B4E (or 0x532B4E) is unknown color: approx Loulou. HEX triplet: 53, 2B and 4E. RGB value is (83,43,78). Sum of RGB (Red+Green+Blue) = 83+43+78=204 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.69% from 204); Green value is 43 (17.19% from 255 or 21.08% from 204); Blue value is 78 (30.86% from 255 or 38.24% from 204); Max value from RGB is 83 - color contains mainly: red. Hex color #532B4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532B4E is #ACD4B1. Grayscale: #3A3A3A. Windows color (decimal): -11326642 or 5122899. OLE color: 5122899.

HSL color Cylindrical-coordinate representation of color #532B4E: hue angle of 307.5º 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 #532B4E is Cyan = 0, Magento = 0.48, Yellow = 0.06 and Black (K on CMYK) = 0.67.

Color convert

RGB834378-
CMYK00.480.060.67
HSL307.5º31.75%24.71%-
HSV(B)307.5º48.19%32.55%-
XYZ5.814.127.7-
YUV58.95138.75145.15-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 40.69%
GREEN value IS 43 (17.19% from 255) = 21.08%
BLUE value IS 78 (30.86% from 255) = 38.24%
R=40.69%
G=21.08%
B=38.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.06
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83437800.480.060.67307.531.7524.71
Hex532B4E0306431342019
Octal1235311606061034644031
Binary101001110101110011100110000110100001110011010010000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532B4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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