#52154C

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

Shades of Loulou #52154C

Tints of Loulou #52154C

Color information

#52154C (or 0x52154C) is unknown color: approx Loulou. HEX triplet: 52, 15 and 4C. RGB value is (82,21,76). Sum of RGB (Red+Green+Blue) = 82+21+76=179 (23% of max value = 765). Red value is 82 (32.42% from 255 or 45.81% from 179); Green value is 21 (8.59% from 255 or 11.73% from 179); Blue value is 76 (30.08% from 255 or 42.46% from 179); Max value from RGB is 82 - color contains mainly: red. Hex color #52154C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52154C is #ADEAB3. Grayscale: #2D2D2D. Windows color (decimal): -11397812 or 4986194. OLE color: 4986194.

HSL color Cylindrical-coordinate representation of color #52154C: hue angle of 305.9º degrees, saturation: 0.59, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #52154C is Cyan = 0, Magento = 0.74, Yellow = 0.07 and Black (K on CMYK) = 0.68.

Color convert

RGB822176-
CMYK00.740.070.68
HSL305.9º59.22%20.2%-
HSV(B)305.9º74.39%32.16%-
XYZ5.052.857.12-
YUV45.51145.21154.03-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 45.81%
GREEN value IS 21 (8.59% from 255) = 11.73%
BLUE value IS 76 (30.08% from 255) = 42.46%
R=45.81%
G=11.73%
B=42.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.07
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82217600.740.070.68305.959.2220.2
Hex52154C04A7441323b14
Octal12225114011271044627324
Binary101001010101100110001001010111100010010011001011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52154C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52154C; }

 p { color: rgb(82,21,76); }

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

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

 a { background-color: rgb(82,21,76); }

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

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

 span { border-color: rgb(82,21,76); }

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