#531A42

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

Shades of Loulou #531A42

Tints of Loulou #531A42

Color information

#531A42 (or 0x531A42) is unknown color: approx Loulou. HEX triplet: 53, 1A and 42. RGB value is (83,26,66). Sum of RGB (Red+Green+Blue) = 83+26+66=175 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.43% from 175); Green value is 26 (10.55% from 255 or 14.86% from 175); Blue value is 66 (26.17% from 255 or 37.71% from 175); Max value from RGB is 83 - color contains mainly: red. Hex color #531A42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531A42 is #ACE5BD. Grayscale: #2F2F2F. Windows color (decimal): -11331006 or 4332115. OLE color: 4332115.

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

Color convert

RGB832666-
CMYK00.690.200.67
HSL317.89º52.29%21.37%-
HSV(B)317.89º68.67%32.55%-
XYZ4.922.975.47-
YUV47.6138.38153.25-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 47.43%
GREEN value IS 26 (10.55% from 255) = 14.86%
BLUE value IS 66 (26.17% from 255) = 37.71%
R=47.43%
G=14.86%
B=37.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.20
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83266600.690.200.67317.8952.2921.37
Hex531A42045144313e3415
Octal123321020105241034766425
Binary10100111101010000100100010110100100001110011111011010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531A42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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