#802352

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

Shades of Flirt #802352

Tints of Flirt #802352

Color information

#802352 (or 0x802352) is unknown color: approx Flirt. HEX triplet: 80, 23 and 52. RGB value is (128,35,82). Sum of RGB (Red+Green+Blue) = 128+35+82=245 (32% of max value = 765). Red value is 128 (50.39% from 255 or 52.24% from 245); Green value is 35 (14.06% from 255 or 14.29% from 245); Blue value is 82 (32.42% from 255 or 33.47% from 245); Max value from RGB is 128 - color contains mainly: red. Hex color #802352 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #802352 is #7FDCAD. Grayscale: #444444. Windows color (decimal): -8379566 or 5383040. OLE color: 5383040.

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

Color convert

RGB1283582-
CMYK00.730.360.50
HSL329.68º57.06%31.96%-
HSV(B)329.68º72.66%50.2%-
XYZ11.036.48.64-
YUV68.16135.81170.68-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 52.24%
GREEN value IS 35 (14.06% from 255) = 14.29%
BLUE value IS 82 (32.42% from 255) = 33.47%
R=52.24%
G=14.29%
B=33.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.36
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128358200.730.360.50329.6857.0631.96
Hex802352049243214a3920
Octal20043122011144625127140
Binary10000000100011101001001001001100100110010101001010111001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #802352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #802352; }

 p { color: rgb(128,35,82); }

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

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

 a { background-color: rgb(128,35,82); }

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

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

 span { border-color: rgb(128,35,82); }

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