#52114A

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

Shades of Loulou #52114A

Tints of Loulou #52114A

Color information

#52114A (or 0x52114A) is unknown color: approx Loulou. HEX triplet: 52, 11 and 4A. RGB value is (82,17,74). Sum of RGB (Red+Green+Blue) = 82+17+74=173 (22% of max value = 765). Red value is 82 (32.42% from 255 or 47.40% from 173); Green value is 17 (7.03% from 255 or 9.83% from 173); Blue value is 74 (29.30% from 255 or 42.77% from 173); Max value from RGB is 82 - color contains mainly: red. Hex color #52114A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52114A is #ADEEB5. Grayscale: #2A2A2A. Windows color (decimal): -11398838 or 4854098. OLE color: 4854098.

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

Color convert

RGB821774-
CMYK00.790.100.68
HSL307.38º65.66%19.41%-
HSV(B)307.38º79.27%32.16%-
XYZ4.922.696.74-
YUV42.93145.53155.87-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 47.40%
GREEN value IS 17 (7.03% from 255) = 9.83%
BLUE value IS 74 (29.30% from 255) = 42.77%
R=47.40%
G=9.83%
B=42.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.10
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82177400.790.100.68307.3865.6619.41
Hex52114A04FA441334213
Octal1222111201171210446310223
Binary10100101000110010100100111110101000100100110011100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52114A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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