#531348

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

Shades of Loulou #531348

Tints of Loulou #531348

Color information

#531348 (or 0x531348) is unknown color: approx Loulou. HEX triplet: 53, 13 and 48. RGB value is (83,19,72). Sum of RGB (Red+Green+Blue) = 83+19+72=174 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.70% from 174); Green value is 19 (7.81% from 255 or 10.92% from 174); Blue value is 72 (28.52% from 255 or 41.38% from 174); Max value from RGB is 83 - color contains mainly: red. Hex color #531348 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531348 is #ACECB7. Grayscale: #2C2C2C. Windows color (decimal): -11332792 or 4723539. OLE color: 4723539.

HSL color Cylindrical-coordinate representation of color #531348: hue angle of 310.31º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #531348 is Cyan = 0, Magento = 0.77, Yellow = 0.13 and Black (K on CMYK) = 0.67.

Color convert

RGB831972-
CMYK00.770.130.67
HSL310.31º62.75%20%-
HSV(B)310.31º77.11%32.55%-
XYZ4.972.776.4-
YUV44.18143.7155.69-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 47.70%
GREEN value IS 19 (7.81% from 255) = 10.92%
BLUE value IS 72 (28.52% from 255) = 41.38%
R=47.70%
G=10.92%
B=41.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.13
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83197200.770.130.67310.3162.7520
Hex53134804DD431363f14
Octal123231100115151034667724
Binary1010011100111001000010011011101100001110011011011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531348; }

 p { color: rgb(83,19,72); }

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

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

 a { background-color: rgb(83,19,72); }

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

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

 span { border-color: rgb(83,19,72); }

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