#533246

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

Shades of Loulou #533246

Tints of Loulou #533246

Color information

#533246 (or 0x533246) is unknown color: approx Loulou. HEX triplet: 53, 32 and 46. RGB value is (83,50,70). Sum of RGB (Red+Green+Blue) = 83+50+70=203 (26% of max value = 765). Red value is 83 (32.81% from 255 or 40.89% from 203); Green value is 50 (19.92% from 255 or 24.63% from 203); Blue value is 70 (27.73% from 255 or 34.48% from 203); Max value from RGB is 83 - color contains mainly: red. Hex color #533246 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533246 is #ACCDB9. Grayscale: #3E3E3E. Windows color (decimal): -11324858 or 4600403. OLE color: 4600403.

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

Color convert

RGB835070-
CMYK00.400.160.67
HSL323.64º24.81%26.08%-
HSV(B)323.64º39.76%32.55%-
XYZ5.814.566.37-
YUV62.15132.43142.87-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 40.89%
GREEN value IS 50 (19.92% from 255) = 24.63%
BLUE value IS 70 (27.73% from 255) = 34.48%
R=40.89%
G=24.63%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.16
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83507000.400.160.67323.6424.8126.08
Hex5332460281043144191a
Octal12362106050201035043132
Binary1010011110010100011001010001000010000111010001001100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533246; }

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

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

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

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

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

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

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

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