#52384A

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

Shades of Loulou #52384A

Tints of Loulou #52384A

Color information

#52384A (or 0x52384A) is unknown color: approx Loulou. HEX triplet: 52, 38 and 4A. RGB value is (82,56,74). Sum of RGB (Red+Green+Blue) = 82+56+74=212 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.68% from 212); Green value is 56 (22.27% from 255 or 26.42% from 212); Blue value is 74 (29.30% from 255 or 34.91% from 212); Max value from RGB is 82 - color contains mainly: red. Hex color #52384A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52384A is #ADC7B5. Grayscale: #414141. Windows color (decimal): -11388854 or 4864082. OLE color: 4864082.

HSL color Cylindrical-coordinate representation of color #52384A: hue angle of 318.46º degrees, saturation: 0.19, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #52384A is Cyan = 0, Magento = 0.32, Yellow = 0.10 and Black (K on CMYK) = 0.68.

Color convert

RGB825674-
CMYK00.320.100.68
HSL318.46º18.84%27.06%-
HSV(B)318.46º31.71%32.16%-
XYZ6.135.127.14-
YUV65.83132.61139.54-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 38.68%
GREEN value IS 56 (22.27% from 255) = 26.42%
BLUE value IS 74 (29.30% from 255) = 34.91%
R=38.68%
G=26.42%
B=34.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.10
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82567400.320.100.68318.4618.8427.06
Hex52384A020A4413e131b
Octal12270112040121044762333
Binary101001011100010010100100000101010001001001111101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52384A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52384A; }

 p { color: rgb(82,56,74); }

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

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

 a { background-color: rgb(82,56,74); }

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

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

 span { border-color: rgb(82,56,74); }

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