#521A42

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

Shades of Loulou #521A42

Tints of Loulou #521A42

Color information

#521A42 (or 0x521A42) is unknown color: approx Loulou. HEX triplet: 52, 1A and 42. RGB value is (82,26,66). Sum of RGB (Red+Green+Blue) = 82+26+66=174 (23% of max value = 765). Red value is 82 (32.42% from 255 or 47.13% from 174); Green value is 26 (10.55% from 255 or 14.94% from 174); Blue value is 66 (26.17% from 255 or 37.93% from 174); Max value from RGB is 82 - color contains mainly: red. Hex color #521A42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #521A42 is #ADE5BD. Grayscale: #2F2F2F. Windows color (decimal): -11396542 or 4332114. OLE color: 4332114.

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

Color convert

RGB822666-
CMYK00.680.200.68
HSL317.14º51.85%21.18%-
HSV(B)317.14º68.29%32.16%-
XYZ4.832.935.46-
YUV47.3138.55152.75-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 47.13%
GREEN value IS 26 (10.55% from 255) = 14.94%
BLUE value IS 66 (26.17% from 255) = 37.93%
R=47.13%
G=14.94%
B=37.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.20
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82266600.680.200.68317.1451.8521.18
Hex521A42044144413d3415
Octal122321020104241044756425
Binary10100101101010000100100010010100100010010011110111010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521A42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521A42; }

 p { color: rgb(82,26,66); }

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

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

 a { background-color: rgb(82,26,66); }

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

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

 span { border-color: rgb(82,26,66); }

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