#803458

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

Shades of Flirt #803458

Tints of Flirt #803458

Color information

#803458 (or 0x803458) is unknown color: approx Flirt. HEX triplet: 80, 34 and 58. RGB value is (128,52,88). Sum of RGB (Red+Green+Blue) = 128+52+88=268 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.76% from 268); Green value is 52 (20.70% from 255 or 19.40% from 268); Blue value is 88 (34.77% from 255 or 32.84% from 268); Max value from RGB is 128 - color contains mainly: red. Hex color #803458 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #803458 is #7FCBA7. Grayscale: #4E4E4E. Windows color (decimal): -8375208 or 5780608. OLE color: 5780608.

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

Color convert

RGB1285288-
CMYK00.590.310.50
HSL331.58º42.22%35.29%-
HSV(B)331.58º59.38%50.2%-
XYZ11.897.7510.1-
YUV78.83133.18163.07-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 47.76%
GREEN value IS 52 (20.70% from 255) = 19.40%
BLUE value IS 88 (34.77% from 255) = 32.84%
R=47.76%
G=19.40%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.31
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128528800.590.310.50331.5842.2235.29
Hex80345803B1F3214c2a23
Octal2006413007337625145243
Binary100000001101001011000011101111111110010101001100101010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #803458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #803458; }

 p { color: rgb(128,52,88); }

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

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

 a { background-color: rgb(128,52,88); }

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

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

 span { border-color: rgb(128,52,88); }

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