#693251

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

Shades of Flirt #693251

Tints of Flirt #693251

Color information

#693251 (or 0x693251) is unknown color: approx Flirt. HEX triplet: 69, 32 and 51. RGB value is (105,50,81). Sum of RGB (Red+Green+Blue) = 105+50+81=236 (31% of max value = 765). Red value is 105 (41.41% from 255 or 44.49% from 236); Green value is 50 (19.92% from 255 or 21.19% from 236); Blue value is 81 (32.03% from 255 or 34.32% from 236); Max value from RGB is 105 - color contains mainly: red. Hex color #693251 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #693251 is #96CDAE. Grayscale: #454545. Windows color (decimal): -9883055 or 5321321. OLE color: 5321321.

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

Color convert

RGB1055081-
CMYK00.520.230.59
HSL326.18º35.48%30.39%-
HSV(B)326.18º52.38%41.18%-
XYZ8.455.888.47-
YUV69.98134.22152.98-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 44.49%
GREEN value IS 50 (19.92% from 255) = 21.19%
BLUE value IS 81 (32.03% from 255) = 34.32%
R=44.49%
G=21.19%
B=34.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.23
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105508100.520.230.59326.1835.4830.39
Hex693251034173B146231e
Octal1516212106427735064336
Binary1101001110010101000101101001011111101110100011010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693251; }

 p { color: rgb(105,50,81); }

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

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

 a { background-color: rgb(105,50,81); }

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

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

 span { border-color: rgb(105,50,81); }

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