#531844

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

Shades of Loulou #531844

Tints of Loulou #531844

Color information

#531844 (or 0x531844) is unknown color: approx Loulou. HEX triplet: 53, 18 and 44. RGB value is (83,24,68). Sum of RGB (Red+Green+Blue) = 83+24+68=175 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.43% from 175); Green value is 24 (9.77% from 255 or 13.71% from 175); Blue value is 68 (26.95% from 255 or 38.86% from 175); Max value from RGB is 83 - color contains mainly: red. Hex color #531844 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531844 is #ACE7BB. Grayscale: #2E2E2E. Windows color (decimal): -11331516 or 4462675. OLE color: 4462675.

HSL color Cylindrical-coordinate representation of color #531844: hue angle of 315.25º degrees, saturation: 0.55, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #531844 is Cyan = 0, Magento = 0.71, Yellow = 0.18 and Black (K on CMYK) = 0.67.

Color convert

RGB832468-
CMYK00.710.180.67
HSL315.25º55.14%20.98%-
HSV(B)315.25º71.08%32.55%-
XYZ4.942.915.77-
YUV46.66140.05153.92-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 47.43%
GREEN value IS 24 (9.77% from 255) = 13.71%
BLUE value IS 68 (26.95% from 255) = 38.86%
R=47.43%
G=13.71%
B=38.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.18
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83246800.710.180.67315.2555.1420.98
Hex531844047124313b3715
Octal123301040107221034736725
Binary10100111100010001000100011110010100001110011101111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531844

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531844; }

 p { color: rgb(83,24,68); }

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

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

 a { background-color: rgb(83,24,68); }

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

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

 span { border-color: rgb(83,24,68); }

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