#521248

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

Shades of Loulou #521248

Tints of Loulou #521248

Color information

#521248 (or 0x521248) is unknown color: approx Loulou. HEX triplet: 52, 12 and 48. RGB value is (82,18,72). Sum of RGB (Red+Green+Blue) = 82+18+72=172 (22% of max value = 765). Red value is 82 (32.42% from 255 or 47.67% from 172); Green value is 18 (7.42% from 255 or 10.47% from 172); Blue value is 72 (28.52% from 255 or 41.86% from 172); Max value from RGB is 82 - color contains mainly: red. Hex color #521248 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #521248 is #ADEDB7. Grayscale: #2B2B2B. Windows color (decimal): -11398584 or 4723282. OLE color: 4723282.

HSL color Cylindrical-coordinate representation of color #521248: hue angle of 309.38º 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 #521248 is Cyan = 0, Magento = 0.78, Yellow = 0.12 and Black (K on CMYK) = 0.68.

Color convert

RGB821872-
CMYK00.780.120.68
HSL309.38º64%19.61%-
HSV(B)309.38º78.05%32.16%-
XYZ4.872.696.39-
YUV43.29144.2155.61-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 47.67%
GREEN value IS 18 (7.42% from 255) = 10.47%
BLUE value IS 72 (28.52% from 255) = 41.86%
R=47.67%
G=10.47%
B=41.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.12
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82187200.780.120.68309.386419.61
Hex52124804EC441354014
Octal1222211001161410446510024
Binary10100101001010010000100111011001000100100110101100000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521248; }

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

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

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

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

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

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

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

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