#53284B

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

Shades of Loulou #53284B

Tints of Loulou #53284B

Color information

#53284B (or 0x53284B) is unknown color: approx Loulou. HEX triplet: 53, 28 and 4B. RGB value is (83,40,75). Sum of RGB (Red+Green+Blue) = 83+40+75=198 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.92% from 198); Green value is 40 (16.02% from 255 or 20.20% from 198); Blue value is 75 (29.69% from 255 or 37.88% from 198); Max value from RGB is 83 - color contains mainly: red. Hex color #53284B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53284B is #ACD7B4. Grayscale: #383838. Windows color (decimal): -11327413 or 4925523. OLE color: 4925523.

HSL color Cylindrical-coordinate representation of color #53284B: hue angle of 311.16º 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 #53284B is Cyan = 0, Magento = 0.52, Yellow = 0.10 and Black (K on CMYK) = 0.67.

Color convert

RGB834075-
CMYK00.520.100.67
HSL311.16º34.96%24.12%-
HSV(B)311.16º51.81%32.55%-
XYZ5.63.867.11-
YUV56.85138.25146.65-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 41.92%
GREEN value IS 40 (16.02% from 255) = 20.20%
BLUE value IS 75 (29.69% from 255) = 37.88%
R=41.92%
G=20.20%
B=37.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.10
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83407500.520.100.67311.1634.9624.12
Hex53284B034A431372318
Octal12350113064121034674330
Binary1010011101000100101101101001010100001110011011110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53284B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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