#53284D

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

Shades of Loulou #53284D

Tints of Loulou #53284D

Color information

#53284D (or 0x53284D) is unknown color: approx Loulou. HEX triplet: 53, 28 and 4D. RGB value is (83,40,77). Sum of RGB (Red+Green+Blue) = 83+40+77=200 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.5% from 200); Green value is 40 (16.02% from 255 or 20% from 200); Blue value is 77 (30.47% from 255 or 38.5% from 200); Max value from RGB is 83 - color contains mainly: red. Hex color #53284D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53284D is #ACD7B2. Grayscale: #383838. Windows color (decimal): -11327411 or 5056595. OLE color: 5056595.

HSL color Cylindrical-coordinate representation of color #53284D: hue angle of 308.37º degrees, saturation: 0.35, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #53284D is Cyan = 0, Magento = 0.52, Yellow = 0.07 and Black (K on CMYK) = 0.67.

Color convert

RGB834077-
CMYK00.520.070.67
HSL308.37º34.96%24.12%-
HSV(B)308.37º51.81%32.55%-
XYZ5.673.897.47-
YUV57.08139.25146.49-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 41.5%
GREEN value IS 40 (16.02% from 255) = 20%
BLUE value IS 77 (30.47% from 255) = 38.5%
R=41.5%
G=20%
B=38.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.07
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83407700.520.070.67308.3734.9624.12
Hex53284D0347431342318
Octal1235011506471034644330
Binary101001110100010011010110100111100001110011010010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53284D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53284D; }

 p { color: rgb(83,40,77); }

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

<style>
 a { background-color: #53284D; }

 a { background-color: rgb(83,40,77); }

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

<style>
 span { border-color: #53284D; }

 span { border-color: rgb(83,40,77); }

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