#532246

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

Shades of Loulou #532246

Tints of Loulou #532246

Color information

#532246 (or 0x532246) is unknown color: approx Loulou. HEX triplet: 53, 22 and 46. RGB value is (83,34,70). Sum of RGB (Red+Green+Blue) = 83+34+70=187 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.39% from 187); Green value is 34 (13.67% from 255 or 18.18% from 187); Blue value is 70 (27.73% from 255 or 37.43% from 187); Max value from RGB is 83 - color contains mainly: red. Hex color #532246 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532246 is #ACDDB9. Grayscale: #343434. Windows color (decimal): -11328954 or 4596307. OLE color: 4596307.

HSL color Cylindrical-coordinate representation of color #532246: hue angle of 315.92º degrees, saturation: 0.42, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #532246 is Cyan = 0, Magento = 0.59, Yellow = 0.16 and Black (K on CMYK) = 0.67.

Color convert

RGB833470-
CMYK00.590.160.67
HSL315.92º41.88%22.94%-
HSV(B)315.92º59.04%32.55%-
XYZ5.243.436.18-
YUV52.76137.73149.57-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 44.39%
GREEN value IS 34 (13.67% from 255) = 18.18%
BLUE value IS 70 (27.73% from 255) = 37.43%
R=44.39%
G=18.18%
B=37.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.16
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83347000.590.160.67315.9241.8822.94
Hex53224603B104313c2a17
Octal12342106073201034745227
Binary10100111000101000110011101110000100001110011110010101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532246; }

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

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

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

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

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

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

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

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