#53304A

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

Shades of Loulou #53304A

Tints of Loulou #53304A

Color information

#53304A (or 0x53304A) is unknown color: approx Loulou. HEX triplet: 53, 30 and 4A. RGB value is (83,48,74). Sum of RGB (Red+Green+Blue) = 83+48+74=205 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.49% from 205); Green value is 48 (19.14% from 255 or 23.41% from 205); Blue value is 74 (29.30% from 255 or 36.10% from 205); Max value from RGB is 83 - color contains mainly: red. Hex color #53304A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53304A is #ACCFB5. Grayscale: #3D3D3D. Windows color (decimal): -11325366 or 4862035. OLE color: 4862035.

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

Color convert

RGB834874-
CMYK00.420.110.67
HSL315.43º26.72%25.69%-
HSV(B)315.43º42.17%32.55%-
XYZ5.864.457.03-
YUV61.43135.1143.39-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 40.49%
GREEN value IS 48 (19.14% from 255) = 23.41%
BLUE value IS 74 (29.30% from 255) = 36.10%
R=40.49%
G=23.41%
B=36.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.11
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83487400.420.110.67315.4326.7225.69
Hex53304A02AB4313b1b1a
Octal12360112052131034733332
Binary101001111000010010100101010101110000111001110111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53304A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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