#693150

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

Shades of Flirt #693150

Tints of Flirt #693150

Color information

#693150 (or 0x693150) is unknown color: approx Flirt. HEX triplet: 69, 31 and 50. RGB value is (105,49,80). Sum of RGB (Red+Green+Blue) = 105+49+80=234 (30% of max value = 765). Red value is 105 (41.41% from 255 or 44.87% from 234); Green value is 49 (19.53% from 255 or 20.94% from 234); Blue value is 80 (31.64% from 255 or 34.19% from 234); Max value from RGB is 105 - color contains mainly: red. Hex color #693150 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #693150 is #96CEAF. Grayscale: #454545. Windows color (decimal): -9883312 or 5255529. OLE color: 5255529.

HSL color Cylindrical-coordinate representation of color #693150: hue angle of 326.79º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #693150 is Cyan = 0, Magento = 0.53, Yellow = 0.24 and Black (K on CMYK) = 0.59.

Color convert

RGB1054980-
CMYK00.530.240.59
HSL326.79º36.36%30.2%-
HSV(B)326.79º53.33%41.18%-
XYZ8.375.788.26-
YUV69.28134.05153.48-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 44.87%
GREEN value IS 49 (19.53% from 255) = 20.94%
BLUE value IS 80 (31.64% from 255) = 34.19%
R=44.87%
G=20.94%
B=34.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.24
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105498000.530.240.59326.7936.3630.2
Hex693150035183B147241e
Octal1516112006530735074436
Binary1101001110001101000001101011100011101110100011110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693150; }

 p { color: rgb(105,49,80); }

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

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

 a { background-color: rgb(105,49,80); }

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

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

 span { border-color: rgb(105,49,80); }

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