#532C45

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

Shades of Loulou #532C45

Tints of Loulou #532C45

Color information

#532C45 (or 0x532C45) is unknown color: approx Loulou. HEX triplet: 53, 2C and 45. RGB value is (83,44,69). Sum of RGB (Red+Green+Blue) = 83+44+69=196 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.35% from 196); Green value is 44 (17.58% from 255 or 22.45% from 196); Blue value is 69 (27.34% from 255 or 35.20% from 196); Max value from RGB is 83 - color contains mainly: red. Hex color #532C45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532C45 is #ACD3BA. Grayscale: #3A3A3A. Windows color (decimal): -11326395 or 4533331. OLE color: 4533331.

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

Color convert

RGB834469-
CMYK00.470.170.67
HSL321.54º30.71%24.9%-
HSV(B)321.54º46.99%32.55%-
XYZ5.544.076.12-
YUV58.51133.92145.47-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 42.35%
GREEN value IS 44 (17.58% from 255) = 22.45%
BLUE value IS 69 (27.34% from 255) = 35.20%
R=42.35%
G=22.45%
B=35.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.17
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83446900.470.170.67321.5430.7124.9
Hex532C4502F11431421f19
Octal12354105057211035023731
Binary1010011101100100010101011111000110000111010000101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532C45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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