#532D45

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

Shades of Loulou #532D45

Tints of Loulou #532D45

Color information

#532D45 (or 0x532D45) is unknown color: approx Loulou. HEX triplet: 53, 2D and 45. RGB value is (83,45,69). Sum of RGB (Red+Green+Blue) = 83+45+69=197 (26% of max value = 765). Red value is 83 (32.81% from 255 or 42.13% from 197); Green value is 45 (17.97% from 255 or 22.84% from 197); Blue value is 69 (27.34% from 255 or 35.03% from 197); Max value from RGB is 83 - color contains mainly: red. Hex color #532D45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532D45 is #ACD2BA. Grayscale: #3B3B3B. Windows color (decimal): -11326139 or 4533587. OLE color: 4533587.

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

Color convert

RGB834569-
CMYK00.460.170.67
HSL322.11º29.69%25.1%-
HSV(B)322.11º45.78%32.55%-
XYZ5.584.156.14-
YUV59.1133.59145.05-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 42.13%
GREEN value IS 45 (17.97% from 255) = 22.84%
BLUE value IS 69 (27.34% from 255) = 35.03%
R=42.13%
G=22.84%
B=35.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.17
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83456900.460.170.67322.1129.6925.1
Hex532D4502E11431421e19
Octal12355105056211035023631
Binary1010011101101100010101011101000110000111010000101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532D45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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