#53204B

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

Shades of Loulou #53204B

Tints of Loulou #53204B

Color information

#53204B (or 0x53204B) is unknown color: approx Loulou. HEX triplet: 53, 20 and 4B. RGB value is (83,32,75). Sum of RGB (Red+Green+Blue) = 83+32+75=190 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.68% from 190); Green value is 32 (12.89% from 255 or 16.84% from 190); Blue value is 75 (29.69% from 255 or 39.47% from 190); Max value from RGB is 83 - color contains mainly: red. Hex color #53204B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53204B is #ACDFB4. Grayscale: #343434. Windows color (decimal): -11329461 or 4923475. OLE color: 4923475.

HSL color Cylindrical-coordinate representation of color #53204B: hue angle of 309.41º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #53204B is Cyan = 0, Magento = 0.61, Yellow = 0.10 and Black (K on CMYK) = 0.67.

Color convert

RGB833275-
CMYK00.610.100.67
HSL309.41º44.35%22.55%-
HSV(B)309.41º61.45%32.55%-
XYZ5.353.387.03-
YUV52.15140.9150-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 43.68%
GREEN value IS 32 (12.89% from 255) = 16.84%
BLUE value IS 75 (29.69% from 255) = 39.47%
R=43.68%
G=16.84%
B=39.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.10
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83327500.610.100.67309.4144.3522.55
Hex53204B03DA431352c17
Octal12340113075121034655427
Binary1010011100000100101101111011010100001110011010110110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53204B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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