#531B4B

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

Shades of Loulou #531B4B

Tints of Loulou #531B4B

Color information

#531B4B (or 0x531B4B) is unknown color: approx Loulou. HEX triplet: 53, 1B and 4B. RGB value is (83,27,75). Sum of RGB (Red+Green+Blue) = 83+27+75=185 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.86% from 185); Green value is 27 (10.94% from 255 or 14.59% from 185); Blue value is 75 (29.69% from 255 or 40.54% from 185); Max value from RGB is 83 - color contains mainly: red. Hex color #531B4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531B4B is #ACE4B4. Grayscale: #313131. Windows color (decimal): -11330741 or 4922195. OLE color: 4922195.

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

Color convert

RGB832775-
CMYK00.670.100.67
HSL308.57º50.91%21.57%-
HSV(B)308.57º67.47%32.55%-
XYZ5.233.136.99-
YUV49.22142.55152.1-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 44.86%
GREEN value IS 27 (10.94% from 255) = 14.59%
BLUE value IS 75 (29.69% from 255) = 40.54%
R=44.86%
G=14.59%
B=40.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.10
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83277500.670.100.67308.5750.9121.57
Hex531B4B043A431353316
Octal123331130103121034656326
Binary1010011110111001011010000111010100001110011010111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,27,75); }

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

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

 a { background-color: rgb(83,27,75); }

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

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

 span { border-color: rgb(83,27,75); }

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