#53124A

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

Shades of Loulou #53124A

Tints of Loulou #53124A

Color information

#53124A (or 0x53124A) is unknown color: approx Loulou. HEX triplet: 53, 12 and 4A. RGB value is (83,18,74). Sum of RGB (Red+Green+Blue) = 83+18+74=175 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.43% from 175); Green value is 18 (7.42% from 255 or 10.29% from 175); Blue value is 74 (29.30% from 255 or 42.29% from 175); Max value from RGB is 83 - color contains mainly: red. Hex color #53124A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53124A is #ACEDB5. Grayscale: #2B2B2B. Windows color (decimal): -11333046 or 4854355. OLE color: 4854355.

HSL color Cylindrical-coordinate representation of color #53124A: hue angle of 308.31º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #53124A is Cyan = 0, Magento = 0.78, Yellow = 0.11 and Black (K on CMYK) = 0.67.

Color convert

RGB831874-
CMYK00.780.110.67
HSL308.31º64.36%19.8%-
HSV(B)308.31º78.31%32.55%-
XYZ5.022.776.75-
YUV43.82145.03155.95-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 47.43%
GREEN value IS 18 (7.42% from 255) = 10.29%
BLUE value IS 74 (29.30% from 255) = 42.29%
R=47.43%
G=10.29%
B=42.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.11
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83187400.780.110.67308.3164.3619.8
Hex53124A04EB431344014
Octal1232211201161310346410024
Binary10100111001010010100100111010111000011100110100100000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53124A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,18,74); }

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

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

 a { background-color: rgb(83,18,74); }

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

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

 span { border-color: rgb(83,18,74); }

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