#533249

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

Shades of Loulou #533249

Tints of Loulou #533249

Color information

#533249 (or 0x533249) is unknown color: approx Loulou. HEX triplet: 53, 32 and 49. RGB value is (83,50,73). Sum of RGB (Red+Green+Blue) = 83+50+73=206 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.29% from 206); Green value is 50 (19.92% from 255 or 24.27% from 206); Blue value is 73 (28.91% from 255 or 35.44% from 206); Max value from RGB is 83 - color contains mainly: red. Hex color #533249 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533249 is #ACCDB6. Grayscale: #3E3E3E. Windows color (decimal): -11324855 or 4797011. OLE color: 4797011.

HSL color Cylindrical-coordinate representation of color #533249: hue angle of 318.18º 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 #533249 is Cyan = 0, Magento = 0.40, Yellow = 0.12 and Black (K on CMYK) = 0.67.

Color convert

RGB835073-
CMYK00.400.120.67
HSL318.18º24.81%26.08%-
HSV(B)318.18º39.76%32.55%-
XYZ5.914.66.88-
YUV62.49133.93142.63-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 40.29%
GREEN value IS 50 (19.92% from 255) = 24.27%
BLUE value IS 73 (28.91% from 255) = 35.44%
R=40.29%
G=24.27%
B=35.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.12
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83507300.400.120.67318.1824.8126.08
Hex533249028C4313e191a
Octal12362111050141034763132
Binary101001111001010010010101000110010000111001111101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533249; }

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

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

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

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

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

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

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

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