#802D4B

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

Shades of Flirt #802D4B

Tints of Flirt #802D4B

Color information

#802D4B (or 0x802D4B) is unknown color: approx Flirt. HEX triplet: 80, 2D and 4B. RGB value is (128,45,75). Sum of RGB (Red+Green+Blue) = 128+45+75=248 (32% of max value = 765). Red value is 128 (50.39% from 255 or 51.61% from 248); Green value is 45 (17.97% from 255 or 18.15% from 248); Blue value is 75 (29.69% from 255 or 30.24% from 248); Max value from RGB is 128 - color contains mainly: red. Hex color #802D4B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802D4B is #7FD2B4. Grayscale: #494949. Windows color (decimal): -8377013 or 4926848. OLE color: 4926848.

HSL color Cylindrical-coordinate representation of color #802D4B: hue angle of 338.31º 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 #802D4B is Cyan = 0, Magento = 0.65, Yellow = 0.41 and Black (K on CMYK) = 0.50.

Color convert

RGB1284575-
CMYK00.650.410.50
HSL338.31º47.98%33.92%-
HSV(B)338.31º64.84%50.2%-
XYZ11.116.977.42-
YUV73.24129167.06-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 51.61%
GREEN value IS 45 (17.97% from 255) = 18.15%
BLUE value IS 75 (29.69% from 255) = 30.24%
R=51.61%
G=18.15%
B=30.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.41
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128457500.650.410.50338.3147.9833.92
Hex802D4B04129321523022
Octal20055113010151625226042
Binary10000000101101100101101000001101001110010101010010110000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #802D4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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