#521842

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

Shades of Loulou #521842

Tints of Loulou #521842

Color information

#521842 (or 0x521842) is unknown color: approx Loulou. HEX triplet: 52, 18 and 42. RGB value is (82,24,66). Sum of RGB (Red+Green+Blue) = 82+24+66=172 (22% of max value = 765). Red value is 82 (32.42% from 255 or 47.67% from 172); Green value is 24 (9.77% from 255 or 13.95% from 172); Blue value is 66 (26.17% from 255 or 38.37% from 172); Max value from RGB is 82 - color contains mainly: red. Hex color #521842 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #521842 is #ADE7BD. Grayscale: #2E2E2E. Windows color (decimal): -11397054 or 4331602. OLE color: 4331602.

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

Color convert

RGB822466-
CMYK00.710.200.68
HSL316.55º54.72%20.78%-
HSV(B)316.55º70.73%32.16%-
XYZ4.792.845.45-
YUV46.13139.22153.58-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 47.67%
GREEN value IS 24 (9.77% from 255) = 13.95%
BLUE value IS 66 (26.17% from 255) = 38.37%
R=47.67%
G=13.95%
B=38.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.20
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82246600.710.200.68316.5554.7220.78
Hex521842047144413d3715
Octal122301020107241044756725
Binary10100101100010000100100011110100100010010011110111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521842; }

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

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

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

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

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

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

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

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