#802947

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

Shades of Flirt #802947

Tints of Flirt #802947

Color information

#802947 (or 0x802947) is unknown color: approx Flirt. HEX triplet: 80, 29 and 47. RGB value is (128,41,71). Sum of RGB (Red+Green+Blue) = 128+41+71=240 (31% of max value = 765). Red value is 128 (50.39% from 255 or 53.33% from 240); Green value is 41 (16.41% from 255 or 17.08% from 240); Blue value is 71 (28.12% from 255 or 29.58% from 240); Max value from RGB is 128 - color contains mainly: red. Hex color #802947 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802947 is #7FD6B8. Grayscale: #464646. Windows color (decimal): -8378041 or 4663680. OLE color: 4663680.

HSL color Cylindrical-coordinate representation of color #802947: hue angle of 339.31º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #802947 is Cyan = 0, Magento = 0.68, Yellow = 0.45 and Black (K on CMYK) = 0.50.

Color convert

RGB1284171-
CMYK00.680.450.50
HSL339.31º51.48%33.14%-
HSV(B)339.31º67.97%50.2%-
XYZ10.836.636.67-
YUV70.43128.32169.06-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 53.33%
GREEN value IS 41 (16.41% from 255) = 17.08%
BLUE value IS 71 (28.12% from 255) = 29.58%
R=53.33%
G=17.08%
B=29.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.45
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128417100.680.450.50339.3151.4833.14
Hex8029470442D321533321
Octal20051107010455625236341
Binary10000000101001100011101000100101101110010101010011110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #802947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #802947; }

 p { color: rgb(128,41,71); }

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

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

 a { background-color: rgb(128,41,71); }

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

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

 span { border-color: rgb(128,41,71); }

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