#612F50

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

Shades of Loulou #612F50

Tints of Loulou #612F50

Color information

#612F50 (or 0x612F50) is unknown color: approx Loulou. HEX triplet: 61, 2F and 50. RGB value is (97,47,80). Sum of RGB (Red+Green+Blue) = 97+47+80=224 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.30% from 224); Green value is 47 (18.75% from 255 or 20.98% from 224); Blue value is 80 (31.64% from 255 or 35.71% from 224); Max value from RGB is 97 - color contains mainly: red. Hex color #612F50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612F50 is #9ED0AF. Grayscale: #414141. Windows color (decimal): -10408112 or 5255009. OLE color: 5255009.

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

Color convert

RGB974780-
CMYK00.520.180.62
HSL320.4º34.72%28.24%-
HSV(B)320.4º51.55%38.04%-
XYZ7.395.158.19-
YUV65.71136.06150.32-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 43.30%
GREEN value IS 47 (18.75% from 255) = 20.98%
BLUE value IS 80 (31.64% from 255) = 35.71%
R=43.30%
G=20.98%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.18
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97478000.520.180.62320.434.7228.24
Hex612F50034123E140231c
Octal1415712006422765004334
Binary1100001101111101000001101001001011111010100000010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612F50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612F50; }

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

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

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

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

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

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

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

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