#533151

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

Shades of Loulou #533151

Tints of Loulou #533151

Color information

#533151 (or 0x533151) is unknown color: approx Loulou. HEX triplet: 53, 31 and 51. RGB value is (83,49,81). Sum of RGB (Red+Green+Blue) = 83+49+81=213 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.97% from 213); Green value is 49 (19.53% from 255 or 23.00% from 213); Blue value is 81 (32.03% from 255 or 38.03% from 213); Max value from RGB is 83 - color contains mainly: red. Hex color #533151 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533151 is #ACCEAE. Grayscale: #3E3E3E. Windows color (decimal): -11325103 or 5321043. OLE color: 5321043.

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

Color convert

RGB834981-
CMYK00.410.020.67
HSL303.53º25.76%25.88%-
HSV(B)303.53º40.96%32.55%-
XYZ6.154.638.35-
YUV62.81138.26142.4-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 38.97%
GREEN value IS 49 (19.53% from 255) = 23.00%
BLUE value IS 81 (32.03% from 255) = 38.03%
R=38.97%
G=23.00%
B=38.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.02
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83498100.410.020.67303.5325.7625.88
Hex5331510292431301a1a
Octal1236112105121034603232
Binary1010011110001101000101010011010000111001100001101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533151; }

 p { color: rgb(83,49,81); }

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

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

 a { background-color: rgb(83,49,81); }

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

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

 span { border-color: rgb(83,49,81); }

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