#603051

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

Shades of Loulou #603051

Tints of Loulou #603051

Color information

#603051 (or 0x603051) is unknown color: approx Loulou. HEX triplet: 60, 30 and 51. RGB value is (96,48,81). Sum of RGB (Red+Green+Blue) = 96+48+81=225 (29% of max value = 765). Red value is 96 (37.89% from 255 or 42.67% from 225); Green value is 48 (19.14% from 255 or 21.33% from 225); Blue value is 81 (32.03% from 255 or 36% from 225); Max value from RGB is 96 - color contains mainly: red. Hex color #603051 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603051 is #9FCFAE. Grayscale: #424242. Windows color (decimal): -10473391 or 5320800. OLE color: 5320800.

HSL color Cylindrical-coordinate representation of color #603051: hue angle of 318.75º degrees, saturation: 0.33, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #603051 is Cyan = 0, Magento = 0.50, Yellow = 0.16 and Black (K on CMYK) = 0.62.

Color convert

RGB964881-
CMYK00.500.160.62
HSL318.75º33.33%28.24%-
HSV(B)318.75º50%37.65%-
XYZ7.375.198.4-
YUV66.11136.4149.32-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 42.67%
GREEN value IS 48 (19.14% from 255) = 21.33%
BLUE value IS 81 (32.03% from 255) = 36%
R=42.67%
G=21.33%
B=36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.16
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96488100.500.160.62318.7533.3328.24
Hex603051032103E13f211c
Octal1406012106220764774134
Binary1100000110000101000101100101000011111010011111110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603051; }

 p { color: rgb(96,48,81); }

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

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

 a { background-color: rgb(96,48,81); }

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

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

 span { border-color: rgb(96,48,81); }

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