#802257

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

Shades of Rose Bud Cherry #802257

Tints of Rose Bud Cherry #802257

Color information

#802257 (or 0x802257) is unknown color: approx Rose Bud Cherry. HEX triplet: 80, 22 and 57. RGB value is (128,34,87). Sum of RGB (Red+Green+Blue) = 128+34+87=249 (32% of max value = 765). Red value is 128 (50.39% from 255 or 51.41% from 249); Green value is 34 (13.67% from 255 or 13.65% from 249); Blue value is 87 (34.38% from 255 or 34.94% from 249); Max value from RGB is 128 - color contains mainly: red. Hex color #802257 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #802257 is #7FDDA8. Grayscale: #444444. Windows color (decimal): -8379817 or 5710464. OLE color: 5710464.

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

Color convert

RGB1283487-
CMYK00.730.320.50
HSL326.17º58.02%31.76%-
HSV(B)326.17º73.44%50.2%-
XYZ11.196.429.67-
YUV68.15138.64170.69-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 51.41%
GREEN value IS 34 (13.67% from 255) = 13.65%
BLUE value IS 87 (34.38% from 255) = 34.94%
R=51.41%
G=13.65%
B=34.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.32
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128348700.730.320.50326.1758.0231.76
Hex80225704920321463a20
Octal20042127011140625067240
Binary10000000100010101011101001001100000110010101000110111010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #802257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #802257; }

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

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

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

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

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

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

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

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