#532946

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

Shades of Loulou #532946

Tints of Loulou #532946

Color information

#532946 (or 0x532946) is unknown color: approx Loulou. HEX triplet: 53, 29 and 46. RGB value is (83,41,70). Sum of RGB (Red+Green+Blue) = 83+41+70=194 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.78% from 194); Green value is 41 (16.41% from 255 or 21.13% from 194); Blue value is 70 (27.73% from 255 or 36.08% from 194); Max value from RGB is 83 - color contains mainly: red. Hex color #532946 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532946 is #ACD6B9. Grayscale: #383838. Windows color (decimal): -11327162 or 4598099. OLE color: 4598099.

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

Color convert

RGB834170-
CMYK00.510.160.67
HSL318.57º33.87%24.31%-
HSV(B)318.57º50.6%32.55%-
XYZ5.473.876.25-
YUV56.86135.41146.64-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 42.78%
GREEN value IS 41 (16.41% from 255) = 21.13%
BLUE value IS 70 (27.73% from 255) = 36.08%
R=42.78%
G=21.13%
B=36.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.16
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83417000.510.160.67318.5733.8724.31
Hex532946033104313f2218
Octal12351106063201034774230
Binary10100111010011000110011001110000100001110011111110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532946; }

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

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

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

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

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

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

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

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