#533250

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

Shades of Loulou #533250

Tints of Loulou #533250

Color information

#533250 (or 0x533250) is unknown color: approx Loulou. HEX triplet: 53, 32 and 50. RGB value is (83,50,80). Sum of RGB (Red+Green+Blue) = 83+50+80=213 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.97% from 213); Green value is 50 (19.92% from 255 or 23.47% from 213); Blue value is 80 (31.64% from 255 or 37.56% from 213); Max value from RGB is 83 - color contains mainly: red. Hex color #533250 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533250 is #ACCDAF. Grayscale: #3F3F3F. Windows color (decimal): -11324848 or 5255763. OLE color: 5255763.

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

Color convert

RGB835080-
CMYK00.400.040.67
HSL305.45º24.81%26.08%-
HSV(B)305.45º39.76%32.55%-
XYZ6.164.78.17-
YUV63.29137.43142.06-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 38.97%
GREEN value IS 50 (19.92% from 255) = 23.47%
BLUE value IS 80 (31.64% from 255) = 37.56%
R=38.97%
G=23.47%
B=37.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.04
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83508000.400.040.67305.4524.8126.08
Hex533250028443131191a
Octal1236212005041034613132
Binary10100111100101010000010100010010000111001100011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533250; }

 p { color: rgb(83,50,80); }

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

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

 a { background-color: rgb(83,50,80); }

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

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

 span { border-color: rgb(83,50,80); }

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