#52114B

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

Shades of Loulou #52114B

Tints of Loulou #52114B

Color information

#52114B (or 0x52114B) is unknown color: approx Loulou. HEX triplet: 52, 11 and 4B. RGB value is (82,17,75). Sum of RGB (Red+Green+Blue) = 82+17+75=174 (23% of max value = 765). Red value is 82 (32.42% from 255 or 47.13% from 174); Green value is 17 (7.03% from 255 or 9.77% from 174); Blue value is 75 (29.69% from 255 or 43.10% from 174); Max value from RGB is 82 - color contains mainly: red. Hex color #52114B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52114B is #ADEEB4. Grayscale: #2A2A2A. Windows color (decimal): -11398837 or 4919634. OLE color: 4919634.

HSL color Cylindrical-coordinate representation of color #52114B: hue angle of 306.46º 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 #52114B is Cyan = 0, Magento = 0.79, Yellow = 0.09 and Black (K on CMYK) = 0.68.

Color convert

RGB821775-
CMYK00.790.090.68
HSL306.46º65.66%19.41%-
HSV(B)306.46º79.27%32.16%-
XYZ4.952.76.92-
YUV43.05146.03155.78-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 47.13%
GREEN value IS 17 (7.03% from 255) = 9.77%
BLUE value IS 75 (29.69% from 255) = 43.10%
R=47.13%
G=9.77%
B=43.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.09
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82177500.790.090.68306.4665.6619.41
Hex52114B04F9441324213
Octal1222111301171110446210223
Binary10100101000110010110100111110011000100100110010100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52114B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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