#60324F

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

Shades of Loulou #60324F

Tints of Loulou #60324F

Color information

#60324F (or 0x60324F) is unknown color: approx Loulou. HEX triplet: 60, 32 and 4F. RGB value is (96,50,79). Sum of RGB (Red+Green+Blue) = 96+50+79=225 (29% of max value = 765). Red value is 96 (37.89% from 255 or 42.67% from 225); Green value is 50 (19.92% from 255 or 22.22% from 225); Blue value is 79 (31.25% from 255 or 35.11% from 225); Max value from RGB is 96 - color contains mainly: red. Hex color #60324F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60324F is #9FCDB0. Grayscale: #424242. Windows color (decimal): -10472881 or 5190240. OLE color: 5190240.

HSL color Cylindrical-coordinate representation of color #60324F: hue angle of 322.17º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #60324F is Cyan = 0, Magento = 0.48, Yellow = 0.18 and Black (K on CMYK) = 0.62.

Color convert

RGB965079-
CMYK00.480.180.62
HSL322.17º31.51%28.63%-
HSV(B)322.17º47.92%37.65%-
XYZ7.385.338.04-
YUV67.06134.74148.64-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 42.67%
GREEN value IS 50 (19.92% from 255) = 22.22%
BLUE value IS 79 (31.25% from 255) = 35.11%
R=42.67%
G=22.22%
B=35.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.18
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96507900.480.180.62322.1731.5128.63
Hex60324F030123E142201d
Octal1406211706022765024035
Binary1100000110010100111101100001001011111010100001010000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60324F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60324F; }

 p { color: rgb(96,50,79); }

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

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

 a { background-color: rgb(96,50,79); }

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

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

 span { border-color: rgb(96,50,79); }

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