#532F4F

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

Shades of Loulou #532F4F

Tints of Loulou #532F4F

Color information

#532F4F (or 0x532F4F) is unknown color: approx Loulou. HEX triplet: 53, 2F and 4F. RGB value is (83,47,79). Sum of RGB (Red+Green+Blue) = 83+47+79=209 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.71% from 209); Green value is 47 (18.75% from 255 or 22.49% from 209); Blue value is 79 (31.25% from 255 or 37.80% from 209); Max value from RGB is 83 - color contains mainly: red. Hex color #532F4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532F4F is #ACD0B0. Grayscale: #3D3D3D. Windows color (decimal): -11325617 or 5189459. OLE color: 5189459.

HSL color Cylindrical-coordinate representation of color #532F4F: hue angle of 306.67º degrees, saturation: 0.28, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #532F4F is Cyan = 0, Magento = 0.43, Yellow = 0.05 and Black (K on CMYK) = 0.67.

Color convert

RGB834779-
CMYK00.430.050.67
HSL306.67º27.69%25.49%-
HSV(B)306.67º43.37%32.55%-
XYZ64.447.94-
YUV61.41137.93143.4-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 39.71%
GREEN value IS 47 (18.75% from 255) = 22.49%
BLUE value IS 79 (31.25% from 255) = 37.80%
R=39.71%
G=22.49%
B=37.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.05
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83477900.430.050.67306.6727.6925.49
Hex532F4F02B5431331c19
Octal1235711705351034633431
Binary10100111011111001111010101110110000111001100111110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532F4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532F4F; }

 p { color: rgb(83,47,79); }

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

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

 a { background-color: rgb(83,47,79); }

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

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

 span { border-color: rgb(83,47,79); }

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