#801948

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

Shades of Flirt #801948

Tints of Flirt #801948

Color information

#801948 (or 0x801948) is unknown color: approx Flirt. HEX triplet: 80, 19 and 48. RGB value is (128,25,72). Sum of RGB (Red+Green+Blue) = 128+25+72=225 (29% of max value = 765). Red value is 128 (50.39% from 255 or 56.89% from 225); Green value is 25 (10.16% from 255 or 11.11% from 225); Blue value is 72 (28.52% from 255 or 32% from 225); Max value from RGB is 128 - color contains mainly: red. Hex color #801948 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #801948 is #7FE6B7. Grayscale: #3D3D3D. Windows color (decimal): -8382136 or 4725120. OLE color: 4725120.

HSL color Cylindrical-coordinate representation of color #801948: hue angle of 332.62º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #801948 is Cyan = 0, Magento = 0.80, Yellow = 0.44 and Black (K on CMYK) = 0.50.

Color convert

RGB1282572-
CMYK00.800.440.50
HSL332.62º67.32%30%-
HSV(B)332.62º80.47%50.2%-
XYZ10.425.756.69-
YUV61.15134.12175.68-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 56.89%
GREEN value IS 25 (10.16% from 255) = 11.11%
BLUE value IS 72 (28.52% from 255) = 32%
R=56.89%
G=11.11%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.44
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128257200.800.440.50332.6267.3230
Hex8019480502C3214d431e
Octal200311100120546251510336
Binary1000000011001100100001010000101100110010101001101100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #801948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #801948; }

 p { color: rgb(128,25,72); }

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

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

 a { background-color: rgb(128,25,72); }

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

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

 span { border-color: rgb(128,25,72); }

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