#53134C

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

Shades of Loulou #53134C

Tints of Loulou #53134C

Color information

#53134C (or 0x53134C) is unknown color: approx Loulou. HEX triplet: 53, 13 and 4C. RGB value is (83,19,76). Sum of RGB (Red+Green+Blue) = 83+19+76=178 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.63% from 178); Green value is 19 (7.81% from 255 or 10.67% from 178); Blue value is 76 (30.08% from 255 or 42.70% from 178); Max value from RGB is 83 - color contains mainly: red. Hex color #53134C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53134C is #ACECB3. Grayscale: #2C2C2C. Windows color (decimal): -11332788 or 4985683. OLE color: 4985683.

HSL color Cylindrical-coordinate representation of color #53134C: hue angle of 306.56º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #53134C is Cyan = 0, Magento = 0.77, Yellow = 0.08 and Black (K on CMYK) = 0.67.

Color convert

RGB831976-
CMYK00.770.080.67
HSL306.56º62.75%20%-
HSV(B)306.56º77.11%32.55%-
XYZ5.12.837.11-
YUV44.63145.7155.37-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 46.63%
GREEN value IS 19 (7.81% from 255) = 10.67%
BLUE value IS 76 (30.08% from 255) = 42.70%
R=46.63%
G=10.67%
B=42.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.08
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83197600.770.080.67306.5662.7520
Hex53134C04D8431333f14
Octal123231140115101034637724
Binary1010011100111001100010011011000100001110011001111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53134C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53134C; }

 p { color: rgb(83,19,76); }

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

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

 a { background-color: rgb(83,19,76); }

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

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

 span { border-color: rgb(83,19,76); }

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