#52364A

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

Shades of Loulou #52364A

Tints of Loulou #52364A

Color information

#52364A (or 0x52364A) is unknown color: approx Loulou. HEX triplet: 52, 36 and 4A. RGB value is (82,54,74). Sum of RGB (Red+Green+Blue) = 82+54+74=210 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.05% from 210); Green value is 54 (21.48% from 255 or 25.71% from 210); Blue value is 74 (29.30% from 255 or 35.24% from 210); Max value from RGB is 82 - color contains mainly: red. Hex color #52364A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52364A is #ADC9B5. Grayscale: #404040. Windows color (decimal): -11389366 or 4863570. OLE color: 4863570.

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

Color convert

RGB825474-
CMYK00.340.100.68
HSL317.14º20.59%26.67%-
HSV(B)317.14º34.15%32.16%-
XYZ6.034.937.11-
YUV64.65133.28140.37-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 39.05%
GREEN value IS 54 (21.48% from 255) = 25.71%
BLUE value IS 74 (29.30% from 255) = 35.24%
R=39.05%
G=25.71%
B=35.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.10
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82547400.340.100.68317.1420.5926.67
Hex52364A022A4413d151b
Octal12266112042121044752533
Binary101001011011010010100100010101010001001001111011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52364A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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