#802752

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

Shades of Flirt #802752

Tints of Flirt #802752

Color information

#802752 (or 0x802752) is unknown color: approx Flirt. HEX triplet: 80, 27 and 52. RGB value is (128,39,82). Sum of RGB (Red+Green+Blue) = 128+39+82=249 (32% of max value = 765). Red value is 128 (50.39% from 255 or 51.41% from 249); Green value is 39 (15.62% from 255 or 15.66% from 249); Blue value is 82 (32.42% from 255 or 32.93% from 249); Max value from RGB is 128 - color contains mainly: red. Hex color #802752 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #802752 is #7FD8AD. Grayscale: #464646. Windows color (decimal): -8378542 or 5384064. OLE color: 5384064.

HSL color Cylindrical-coordinate representation of color #802752: hue angle of 331.01º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #802752 is Cyan = 0, Magento = 0.70, Yellow = 0.36 and Black (K on CMYK) = 0.50.

Color convert

RGB1283982-
CMYK00.700.360.50
HSL331.01º53.29%32.75%-
HSV(B)331.01º69.53%50.2%-
XYZ11.156.658.68-
YUV70.51134.49169-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 51.41%
GREEN value IS 39 (15.62% from 255) = 15.66%
BLUE value IS 82 (32.42% from 255) = 32.93%
R=51.41%
G=15.66%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.36
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128398200.700.360.50331.0153.2932.75
Hex802752046243214b3521
Octal20047122010644625136541
Binary10000000100111101001001000110100100110010101001011110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #802752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #802752; }

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

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

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

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

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

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

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

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