#532442

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

Shades of Loulou #532442

Tints of Loulou #532442

Color information

#532442 (or 0x532442) is unknown color: approx Loulou. HEX triplet: 53, 24 and 42. RGB value is (83,36,66). Sum of RGB (Red+Green+Blue) = 83+36+66=185 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.86% from 185); Green value is 36 (14.45% from 255 or 19.46% from 185); Blue value is 66 (26.17% from 255 or 35.68% from 185); Max value from RGB is 83 - color contains mainly: red. Hex color #532442 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532442 is #ACDBBD. Grayscale: #353535. Windows color (decimal): -11328446 or 4334675. OLE color: 4334675.

HSL color Cylindrical-coordinate representation of color #532442: hue angle of 321.7º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #532442 is Cyan = 0, Magento = 0.57, Yellow = 0.20 and Black (K on CMYK) = 0.67.

Color convert

RGB833666-
CMYK00.570.200.67
HSL321.7º39.5%23.33%-
HSV(B)321.7º56.63%32.55%-
XYZ5.183.495.56-
YUV53.47135.07149.06-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 44.86%
GREEN value IS 36 (14.45% from 255) = 19.46%
BLUE value IS 66 (26.17% from 255) = 35.68%
R=44.86%
G=19.46%
B=35.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.20
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83366600.570.200.67321.739.523.33
Hex53244203914431422717
Octal12344102071241035024727
Binary10100111001001000010011100110100100001110100001010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532442; }

 p { color: rgb(83,36,66); }

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

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

 a { background-color: rgb(83,36,66); }

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

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

 span { border-color: rgb(83,36,66); }

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