#531942

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

Shades of Loulou #531942

Tints of Loulou #531942

Color information

#531942 (or 0x531942) is unknown color: approx Loulou. HEX triplet: 53, 19 and 42. RGB value is (83,25,66). Sum of RGB (Red+Green+Blue) = 83+25+66=174 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.70% from 174); Green value is 25 (10.16% from 255 or 14.37% from 174); Blue value is 66 (26.17% from 255 or 37.93% from 174); Max value from RGB is 83 - color contains mainly: red. Hex color #531942 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531942 is #ACE6BD. Grayscale: #2E2E2E. Windows color (decimal): -11331262 or 4331859. OLE color: 4331859.

HSL color Cylindrical-coordinate representation of color #531942: hue angle of 317.59º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #531942 is Cyan = 0, Magento = 0.70, Yellow = 0.20 and Black (K on CMYK) = 0.67.

Color convert

RGB832566-
CMYK00.700.200.67
HSL317.59º53.7%21.18%-
HSV(B)317.59º69.88%32.55%-
XYZ4.92.935.46-
YUV47.02138.72153.67-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 47.70%
GREEN value IS 25 (10.16% from 255) = 14.37%
BLUE value IS 66 (26.17% from 255) = 37.93%
R=47.70%
G=14.37%
B=37.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.20
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83256600.700.200.67317.5953.721.18
Hex531942046144313e3615
Octal123311020106241034766625
Binary10100111100110000100100011010100100001110011111011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531942; }

 p { color: rgb(83,25,66); }

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

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

 a { background-color: rgb(83,25,66); }

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

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

 span { border-color: rgb(83,25,66); }

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