#52364B

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

Shades of Loulou #52364B

Tints of Loulou #52364B

Color information

#52364B (or 0x52364B) is unknown color: approx Loulou. HEX triplet: 52, 36 and 4B. RGB value is (82,54,75). Sum of RGB (Red+Green+Blue) = 82+54+75=211 (27% of max value = 765). Red value is 82 (32.42% from 255 or 38.86% from 211); Green value is 54 (21.48% from 255 or 25.59% from 211); Blue value is 75 (29.69% from 255 or 35.55% from 211); Max value from RGB is 82 - color contains mainly: red. Hex color #52364B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52364B is #ADC9B4. Grayscale: #404040. Windows color (decimal): -11389365 or 4929106. OLE color: 4929106.

HSL color Cylindrical-coordinate representation of color #52364B: hue angle of 315º 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 #52364B is Cyan = 0, Magento = 0.34, Yellow = 0.09 and Black (K on CMYK) = 0.68.

Color convert

RGB825475-
CMYK00.340.090.68
HSL315º20.59%26.67%-
HSV(B)315º34.15%32.16%-
XYZ6.074.947.29-
YUV64.77133.78140.29-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 38.86%
GREEN value IS 54 (21.48% from 255) = 25.59%
BLUE value IS 75 (29.69% from 255) = 35.55%
R=38.86%
G=25.59%
B=35.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.09
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82547500.340.090.6831520.5926.67
Hex52364B02294413b151b
Octal12266113042111044732533
Binary101001011011010010110100010100110001001001110111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52364B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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