#802858

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

Shades of Rose Bud Cherry #802858

Tints of Rose Bud Cherry #802858

Color information

#802858 (or 0x802858) is unknown color: approx Rose Bud Cherry. HEX triplet: 80, 28 and 58. RGB value is (128,40,88). Sum of RGB (Red+Green+Blue) = 128+40+88=256 (33% of max value = 765). Red value is 128 (50.39% from 255 or 50% from 256); Green value is 40 (16.02% from 255 or 15.62% from 256); Blue value is 88 (34.77% from 255 or 34.38% from 256); Max value from RGB is 128 - color contains mainly: red. Hex color #802858 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #802858 is #7FD7A7. Grayscale: #474747. Windows color (decimal): -8378280 or 5777536. OLE color: 5777536.

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

Color convert

RGB1284088-
CMYK00.690.310.50
HSL327.27º52.38%32.94%-
HSV(B)327.27º68.75%50.2%-
XYZ11.426.819.95-
YUV71.78137.15168.1-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 50%
GREEN value IS 40 (16.02% from 255) = 15.62%
BLUE value IS 88 (34.77% from 255) = 34.38%
R=50%
G=15.62%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.31
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128408800.690.310.50327.2752.3832.94
Hex8028580451F321473421
Octal20050130010537625076441
Binary1000000010100010110000100010111111110010101000111110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #802858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #802858; }

 p { color: rgb(128,40,88); }

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

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

 a { background-color: rgb(128,40,88); }

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

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

 span { border-color: rgb(128,40,88); }

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