#53344B

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

Shades of Loulou #53344B

Tints of Loulou #53344B

Color information

#53344B (or 0x53344B) is unknown color: approx Loulou. HEX triplet: 53, 34 and 4B. RGB value is (83,52,75). Sum of RGB (Red+Green+Blue) = 83+52+75=210 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.52% from 210); Green value is 52 (20.70% from 255 or 24.76% from 210); Blue value is 75 (29.69% from 255 or 35.71% from 210); Max value from RGB is 83 - color contains mainly: red. Hex color #53344B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53344B is #ACCBB4. Grayscale: #3F3F3F. Windows color (decimal): -11324341 or 4928595. OLE color: 4928595.

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

Color convert

RGB835275-
CMYK00.370.100.67
HSL315.48º22.96%26.47%-
HSV(B)315.48º37.35%32.55%-
XYZ6.074.87.26-
YUV63.89134.27141.63-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 39.52%
GREEN value IS 52 (20.70% from 255) = 24.76%
BLUE value IS 75 (29.69% from 255) = 35.71%
R=39.52%
G=24.76%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.10
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83527500.370.100.67315.4822.9626.47
Hex53344B025A4313b171a
Octal12364113045121034732732
Binary101001111010010010110100101101010000111001110111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53344B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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