#802F59

Color #802F59 Rose Bud Cherry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rose Bud Cherry #802F59

Tints of Rose Bud Cherry #802F59

Color information

#802F59 (or 0x802F59) is unknown color: approx Rose Bud Cherry. HEX triplet: 80, 2F and 59. RGB value is (128,47,89). Sum of RGB (Red+Green+Blue) = 128+47+89=264 (34% of max value = 765). Red value is 128 (50.39% from 255 or 48.48% from 264); Green value is 47 (18.75% from 255 or 17.80% from 264); Blue value is 89 (35.16% from 255 or 33.71% from 264); Max value from RGB is 128 - color contains mainly: red. Hex color #802F59 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #802F59 is #7FD0A6. Grayscale: #4B4B4B. Windows color (decimal): -8376487 or 5844864. OLE color: 5844864.

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

Color convert

RGB1284789-
CMYK00.630.300.50
HSL328.89º46.29%34.31%-
HSV(B)328.89º63.28%50.2%-
XYZ11.727.3410.25-
YUV76.01135.34165.08-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 48.48%
GREEN value IS 47 (18.75% from 255) = 17.80%
BLUE value IS 89 (35.16% from 255) = 33.71%
R=48.48%
G=17.80%
B=33.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.30
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128478900.630.300.50328.8946.2934.31
Hex802F5903F1E321492e22
Octal2005713107736625115642
Binary100000001011111011001011111111110110010101001001101110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #802F59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,47,89); }

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

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

 a { background-color: rgb(128,47,89); }

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

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

 span { border-color: rgb(128,47,89); }

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