#803853

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

Shades of Flirt #803853

Tints of Flirt #803853

Color information

#803853 (or 0x803853) is unknown color: approx Flirt. HEX triplet: 80, 38 and 53. RGB value is (128,56,83). Sum of RGB (Red+Green+Blue) = 128+56+83=267 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.94% from 267); Green value is 56 (22.27% from 255 or 20.97% from 267); Blue value is 83 (32.81% from 255 or 31.09% from 267); Max value from RGB is 128 - color contains mainly: red. Hex color #803853 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #803853 is #7FC7AC. Grayscale: #505050. Windows color (decimal): -8374189 or 5453952. OLE color: 5453952.

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

Color convert

RGB1285683-
CMYK00.560.350.50
HSL337.5º39.13%36.08%-
HSV(B)337.5º56.25%50.2%-
XYZ11.888.049.11-
YUV80.61129.35161.8-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 47.94%
GREEN value IS 56 (22.27% from 255) = 20.97%
BLUE value IS 83 (32.81% from 255) = 31.09%
R=47.94%
G=20.97%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.35
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128568300.560.350.50337.539.1336.08
Hex80385303823321522724
Octal2007012307043625224744
Binary1000000011100010100110111000100011110010101010010100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #803853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #803853; }

 p { color: rgb(128,56,83); }

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

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

 a { background-color: rgb(128,56,83); }

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

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

 span { border-color: rgb(128,56,83); }

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