#531F45

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

Shades of Loulou #531F45

Tints of Loulou #531F45

Color information

#531F45 (or 0x531F45) is unknown color: approx Loulou. HEX triplet: 53, 1F and 45. RGB value is (83,31,69). Sum of RGB (Red+Green+Blue) = 83+31+69=183 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.36% from 183); Green value is 31 (12.5% from 255 or 16.94% from 183); Blue value is 69 (27.34% from 255 or 37.70% from 183); Max value from RGB is 83 - color contains mainly: red. Hex color #531F45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531F45 is #ACE0BA. Grayscale: #323232. Windows color (decimal): -11329723 or 4530003. OLE color: 4530003.

HSL color Cylindrical-coordinate representation of color #531F45: hue angle of 316.15º degrees, saturation: 0.46, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #531F45 is Cyan = 0, Magento = 0.63, Yellow = 0.17 and Black (K on CMYK) = 0.67.

Color convert

RGB833169-
CMYK00.630.170.67
HSL316.15º45.61%22.35%-
HSV(B)316.15º62.65%32.55%-
XYZ5.133.255.99-
YUV50.88138.23150.91-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 45.36%
GREEN value IS 31 (12.5% from 255) = 16.94%
BLUE value IS 69 (27.34% from 255) = 37.70%
R=45.36%
G=16.94%
B=37.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.17
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83316900.630.170.67316.1545.6122.35
Hex531F4503F114313c2e16
Octal12337105077211034745626
Binary1010011111111000101011111110001100001110011110010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531F45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531F45; }

 p { color: rgb(83,31,69); }

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

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

 a { background-color: rgb(83,31,69); }

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

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

 span { border-color: rgb(83,31,69); }

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