#801B52

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

Shades of Flirt #801B52

Tints of Flirt #801B52

Color information

#801B52 (or 0x801B52) is unknown color: approx Flirt. HEX triplet: 80, 1B and 52. RGB value is (128,27,82). Sum of RGB (Red+Green+Blue) = 128+27+82=237 (31% of max value = 765). Red value is 128 (50.39% from 255 or 54.01% from 237); Green value is 27 (10.94% from 255 or 11.39% from 237); Blue value is 82 (32.42% from 255 or 34.60% from 237); Max value from RGB is 128 - color contains mainly: red. Hex color #801B52 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #801B52 is #7FE4AD. Grayscale: #3F3F3F. Windows color (decimal): -8381614 or 5380992. OLE color: 5380992.

HSL color Cylindrical-coordinate representation of color #801B52: hue angle of 327.33º degrees, saturation: 0.65, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #801B52 is Cyan = 0, Magento = 0.79, Yellow = 0.36 and Black (K on CMYK) = 0.50.

Color convert

RGB1282782-
CMYK00.790.360.50
HSL327.33º65.16%30.39%-
HSV(B)327.33º78.91%50.2%-
XYZ10.825.988.57-
YUV63.47138.46174.03-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 54.01%
GREEN value IS 27 (10.94% from 255) = 11.39%
BLUE value IS 82 (32.42% from 255) = 34.60%
R=54.01%
G=11.39%
B=34.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.36
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128278200.790.360.50327.3365.1630.39
Hex801B5204F2432147411e
Octal200331220117446250710136
Binary1000000011011101001001001111100100110010101000111100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #801B52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #801B52; }

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

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

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

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

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

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

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

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