#532444

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

Shades of Loulou #532444

Tints of Loulou #532444

Color information

#532444 (or 0x532444) is unknown color: approx Loulou. HEX triplet: 53, 24 and 44. RGB value is (83,36,68). Sum of RGB (Red+Green+Blue) = 83+36+68=187 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.39% from 187); Green value is 36 (14.45% from 255 or 19.25% from 187); Blue value is 68 (26.95% from 255 or 36.36% from 187); Max value from RGB is 83 - color contains mainly: red. Hex color #532444 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532444 is #ACDBBB. Grayscale: #353535. Windows color (decimal): -11328444 or 4465747. OLE color: 4465747.

HSL color Cylindrical-coordinate representation of color #532444: hue angle of 319.15º 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 #532444 is Cyan = 0, Magento = 0.57, Yellow = 0.18 and Black (K on CMYK) = 0.67.

Color convert

RGB833668-
CMYK00.570.180.67
HSL319.15º39.5%23.33%-
HSV(B)319.15º56.63%32.55%-
XYZ5.243.525.87-
YUV53.7136.07148.9-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 44.39%
GREEN value IS 36 (14.45% from 255) = 19.25%
BLUE value IS 68 (26.95% from 255) = 36.36%
R=44.39%
G=19.25%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.18
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83366800.570.180.67319.1539.523.33
Hex532444039124313f2717
Octal12344104071221034774727
Binary10100111001001000100011100110010100001110011111110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532444; }

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

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

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

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

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

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

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

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