#53164B

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

Shades of Loulou #53164B

Tints of Loulou #53164B

Color information

#53164B (or 0x53164B) is unknown color: approx Loulou. HEX triplet: 53, 16 and 4B. RGB value is (83,22,75). Sum of RGB (Red+Green+Blue) = 83+22+75=180 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.11% from 180); Green value is 22 (8.98% from 255 or 12.22% from 180); Blue value is 75 (29.69% from 255 or 41.67% from 180); Max value from RGB is 83 - color contains mainly: red. Hex color #53164B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53164B is #ACE9B4. Grayscale: #2E2E2E. Windows color (decimal): -11332021 or 4920915. OLE color: 4920915.

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

Color convert

RGB832275-
CMYK00.730.100.67
HSL307.87º58.1%20.59%-
HSV(B)307.87º73.49%32.55%-
XYZ5.122.926.95-
YUV46.28144.21154.19-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 46.11%
GREEN value IS 22 (8.98% from 255) = 12.22%
BLUE value IS 75 (29.69% from 255) = 41.67%
R=46.11%
G=12.22%
B=41.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.10
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83227500.730.100.67307.8758.120.59
Hex53164B049A431343a15
Octal123261130111121034647225
Binary1010011101101001011010010011010100001110011010011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53164B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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