#53294B

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

Shades of Loulou #53294B

Tints of Loulou #53294B

Color information

#53294B (or 0x53294B) is unknown color: approx Loulou. HEX triplet: 53, 29 and 4B. RGB value is (83,41,75). Sum of RGB (Red+Green+Blue) = 83+41+75=199 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.71% from 199); Green value is 41 (16.41% from 255 or 20.60% from 199); Blue value is 75 (29.69% from 255 or 37.69% from 199); Max value from RGB is 83 - color contains mainly: red. Hex color #53294B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53294B is #ACD6B4. Grayscale: #393939. Windows color (decimal): -11327157 or 4925779. OLE color: 4925779.

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

Color convert

RGB834175-
CMYK00.510.100.67
HSL311.43º33.87%24.31%-
HSV(B)311.43º50.6%32.55%-
XYZ5.633.937.12-
YUV57.43137.91146.24-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 41.71%
GREEN value IS 41 (16.41% from 255) = 20.60%
BLUE value IS 75 (29.69% from 255) = 37.69%
R=41.71%
G=20.60%
B=37.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.10
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83417500.510.100.67311.4333.8724.31
Hex53294B033A431372218
Octal12351113063121034674230
Binary1010011101001100101101100111010100001110011011110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53294B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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