#803157

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

Shades of Flirt #803157

Tints of Flirt #803157

Color information

#803157 (or 0x803157) is unknown color: approx Flirt. HEX triplet: 80, 31 and 57. RGB value is (128,49,87). Sum of RGB (Red+Green+Blue) = 128+49+87=264 (34% of max value = 765). Red value is 128 (50.39% from 255 or 48.48% from 264); Green value is 49 (19.53% from 255 or 18.56% from 264); Blue value is 87 (34.38% from 255 or 32.95% from 264); Max value from RGB is 128 - color contains mainly: red. Hex color #803157 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #803157 is #7FCEA8. Grayscale: #4C4C4C. Windows color (decimal): -8375977 or 5714304. OLE color: 5714304.

HSL color Cylindrical-coordinate representation of color #803157: hue angle of 331.14º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #803157 is Cyan = 0, Magento = 0.62, Yellow = 0.32 and Black (K on CMYK) = 0.50.

Color convert

RGB1284987-
CMYK00.620.320.50
HSL331.14º44.63%34.71%-
HSV(B)331.14º61.72%50.2%-
XYZ11.727.479.84-
YUV76.95133.67164.41-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 48.48%
GREEN value IS 49 (19.53% from 255) = 18.56%
BLUE value IS 87 (34.38% from 255) = 32.95%
R=48.48%
G=18.56%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.32
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128498700.620.320.50331.1444.6334.71
Hex80315703E203214b2d23
Octal2006112707640625135543
Binary1000000011000110101110111110100000110010101001011101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #803157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #803157; }

 p { color: rgb(128,49,87); }

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

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

 a { background-color: rgb(128,49,87); }

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

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

 span { border-color: rgb(128,49,87); }

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