#532847

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

Shades of Loulou #532847

Tints of Loulou #532847

Color information

#532847 (or 0x532847) is unknown color: approx Loulou. HEX triplet: 53, 28 and 47. RGB value is (83,40,71). Sum of RGB (Red+Green+Blue) = 83+40+71=194 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.78% from 194); Green value is 40 (16.02% from 255 or 20.62% from 194); Blue value is 71 (28.12% from 255 or 36.60% from 194); Max value from RGB is 83 - color contains mainly: red. Hex color #532847 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532847 is #ACD7B8. Grayscale: #383838. Windows color (decimal): -11327417 or 4663379. OLE color: 4663379.

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

Color convert

RGB834071-
CMYK00.520.140.67
HSL316.74º34.96%24.12%-
HSV(B)316.74º51.81%32.55%-
XYZ5.463.816.41-
YUV56.39136.25146.98-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 42.78%
GREEN value IS 40 (16.02% from 255) = 20.62%
BLUE value IS 71 (28.12% from 255) = 36.60%
R=42.78%
G=20.62%
B=36.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.14
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83407100.520.140.67316.7434.9624.12
Hex532847034E4313d2318
Octal12350107064161034754330
Binary1010011101000100011101101001110100001110011110110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532847

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532847; }

 p { color: rgb(83,40,71); }

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

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

 a { background-color: rgb(83,40,71); }

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

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

 span { border-color: rgb(83,40,71); }

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