#613050

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

Shades of Loulou #613050

Tints of Loulou #613050

Color information

#613050 (or 0x613050) is unknown color: approx Loulou. HEX triplet: 61, 30 and 50. RGB value is (97,48,80). Sum of RGB (Red+Green+Blue) = 97+48+80=225 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.11% from 225); Green value is 48 (19.14% from 255 or 21.33% from 225); Blue value is 80 (31.64% from 255 or 35.56% from 225); Max value from RGB is 97 - color contains mainly: red. Hex color #613050 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613050 is #9ECFAF. Grayscale: #424242. Windows color (decimal): -10407856 or 5255265. OLE color: 5255265.

HSL color Cylindrical-coordinate representation of color #613050: hue angle of 320.82º degrees, saturation: 0.34, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #613050 is Cyan = 0, Magento = 0.51, Yellow = 0.18 and Black (K on CMYK) = 0.62.

Color convert

RGB974880-
CMYK00.510.180.62
HSL320.82º33.79%28.43%-
HSV(B)320.82º50.52%38.04%-
XYZ7.435.238.21-
YUV66.3135.73149.9-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 43.11%
GREEN value IS 48 (19.14% from 255) = 21.33%
BLUE value IS 80 (31.64% from 255) = 35.56%
R=43.11%
G=21.33%
B=35.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.18
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97488000.510.180.62320.8233.7928.43
Hex613050033123E141221c
Octal1416012006322765014234
Binary1100001110000101000001100111001011111010100000110001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613050; }

 p { color: rgb(97,48,80); }

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

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

 a { background-color: rgb(97,48,80); }

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

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

 span { border-color: rgb(97,48,80); }

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