#802D48

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

Shades of Flirt #802D48

Tints of Flirt #802D48

Color information

#802D48 (or 0x802D48) is unknown color: approx Flirt. HEX triplet: 80, 2D and 48. RGB value is (128,45,72). Sum of RGB (Red+Green+Blue) = 128+45+72=245 (32% of max value = 765). Red value is 128 (50.39% from 255 or 52.24% from 245); Green value is 45 (17.97% from 255 or 18.37% from 245); Blue value is 72 (28.52% from 255 or 29.39% from 245); Max value from RGB is 128 - color contains mainly: red. Hex color #802D48 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802D48 is #7FD2B7. Grayscale: #484848. Windows color (decimal): -8377016 or 4730240. OLE color: 4730240.

HSL color Cylindrical-coordinate representation of color #802D48: hue angle of 340.48º degrees, saturation: 0.48, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #802D48 is Cyan = 0, Magento = 0.65, Yellow = 0.44 and Black (K on CMYK) = 0.50.

Color convert

RGB1284572-
CMYK00.650.440.50
HSL340.48º47.98%33.92%-
HSV(B)340.48º64.84%50.2%-
XYZ11.016.936.89-
YUV72.9127.5167.3-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 52.24%
GREEN value IS 45 (17.97% from 255) = 18.37%
BLUE value IS 72 (28.52% from 255) = 29.39%
R=52.24%
G=18.37%
B=29.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.44
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128457200.650.440.50340.4847.9833.92
Hex802D480412C321543022
Octal20055110010154625246042
Binary10000000101101100100001000001101100110010101010100110000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #802D48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #802D48; }

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

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

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

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

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

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

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

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