#53134B

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

Shades of Loulou #53134B

Tints of Loulou #53134B

Color information

#53134B (or 0x53134B) is unknown color: approx Loulou. HEX triplet: 53, 13 and 4B. RGB value is (83,19,75). Sum of RGB (Red+Green+Blue) = 83+19+75=177 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.89% from 177); Green value is 19 (7.81% from 255 or 10.73% from 177); Blue value is 75 (29.69% from 255 or 42.37% from 177); Max value from RGB is 83 - color contains mainly: red. Hex color #53134B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53134B is #ACECB4. Grayscale: #2C2C2C. Windows color (decimal): -11332789 or 4920147. OLE color: 4920147.

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

Color convert

RGB831975-
CMYK00.770.100.67
HSL307.5º62.75%20%-
HSV(B)307.5º77.11%32.55%-
XYZ5.072.816.93-
YUV44.52145.2155.45-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 46.89%
GREEN value IS 19 (7.81% from 255) = 10.73%
BLUE value IS 75 (29.69% from 255) = 42.37%
R=46.89%
G=10.73%
B=42.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.10
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83197500.770.100.67307.562.7520
Hex53134B04DA431343f14
Octal123231130115121034647724
Binary1010011100111001011010011011010100001110011010011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53134B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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