#53144A

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

Shades of Loulou #53144A

Tints of Loulou #53144A

Color information

#53144A (or 0x53144A) is unknown color: approx Loulou. HEX triplet: 53, 14 and 4A. RGB value is (83,20,74). Sum of RGB (Red+Green+Blue) = 83+20+74=177 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.89% from 177); Green value is 20 (8.20% from 255 or 11.30% from 177); Blue value is 74 (29.30% from 255 or 41.81% from 177); Max value from RGB is 83 - color contains mainly: red. Hex color #53144A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53144A is #ACEBB5. Grayscale: #2C2C2C. Windows color (decimal): -11332534 or 4854867. OLE color: 4854867.

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

Color convert

RGB832074-
CMYK00.760.110.67
HSL308.57º61.17%20.2%-
HSV(B)308.57º75.9%32.55%-
XYZ5.052.836.76-
YUV44.99144.37155.11-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 46.89%
GREEN value IS 20 (8.20% from 255) = 11.30%
BLUE value IS 74 (29.30% from 255) = 41.81%
R=46.89%
G=11.30%
B=41.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.11
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83207400.760.110.67308.5761.1720.2
Hex53144A04CB431353d14
Octal123241120114131034657524
Binary1010011101001001010010011001011100001110011010111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53144A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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