#52124A

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

Shades of Loulou #52124A

Tints of Loulou #52124A

Color information

#52124A (or 0x52124A) is unknown color: approx Loulou. HEX triplet: 52, 12 and 4A. RGB value is (82,18,74). Sum of RGB (Red+Green+Blue) = 82+18+74=174 (23% of max value = 765). Red value is 82 (32.42% from 255 or 47.13% from 174); Green value is 18 (7.42% from 255 or 10.34% from 174); Blue value is 74 (29.30% from 255 or 42.53% from 174); Max value from RGB is 82 - color contains mainly: red. Hex color #52124A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52124A is #ADEDB5. Grayscale: #2B2B2B. Windows color (decimal): -11398582 or 4854354. OLE color: 4854354.

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

Color convert

RGB821874-
CMYK00.780.100.68
HSL307.5º64%19.61%-
HSV(B)307.5º78.05%32.16%-
XYZ4.932.726.74-
YUV43.52145.2155.45-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 47.13%
GREEN value IS 18 (7.42% from 255) = 10.34%
BLUE value IS 74 (29.30% from 255) = 42.53%
R=47.13%
G=10.34%
B=42.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.10
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82187400.780.100.68307.56419.61
Hex52124A04EA441344014
Octal1222211201161210446410024
Binary10100101001010010100100111010101000100100110100100000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52124A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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