#802557

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

Shades of Rose Bud Cherry #802557

Tints of Rose Bud Cherry #802557

Color information

#802557 (or 0x802557) is unknown color: approx Rose Bud Cherry. HEX triplet: 80, 25 and 57. RGB value is (128,37,87). Sum of RGB (Red+Green+Blue) = 128+37+87=252 (33% of max value = 765). Red value is 128 (50.39% from 255 or 50.79% from 252); Green value is 37 (14.84% from 255 or 14.68% from 252); Blue value is 87 (34.38% from 255 or 34.52% from 252); Max value from RGB is 128 - color contains mainly: red. Hex color #802557 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #802557 is #7FDAA8. Grayscale: #454545. Windows color (decimal): -8379049 or 5711232. OLE color: 5711232.

HSL color Cylindrical-coordinate representation of color #802557: hue angle of 327.03º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #802557 is Cyan = 0, Magento = 0.71, Yellow = 0.32 and Black (K on CMYK) = 0.50.

Color convert

RGB1283787-
CMYK00.710.320.50
HSL327.03º55.15%32.35%-
HSV(B)327.03º71.09%50.2%-
XYZ11.286.69.7-
YUV69.91137.65169.43-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 50.79%
GREEN value IS 37 (14.84% from 255) = 14.68%
BLUE value IS 87 (34.38% from 255) = 34.52%
R=50.79%
G=14.68%
B=34.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.32
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128378700.710.320.50327.0355.1532.35
Hex80255704720321473720
Octal20045127010740625076740
Binary10000000100101101011101000111100000110010101000111110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #802557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #802557; }

 p { color: rgb(128,37,87); }

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

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

 a { background-color: rgb(128,37,87); }

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

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

 span { border-color: rgb(128,37,87); }

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