#802256

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

Shades of Rose Bud Cherry #802256

Tints of Rose Bud Cherry #802256

Color information

#802256 (or 0x802256) is unknown color: approx Rose Bud Cherry. HEX triplet: 80, 22 and 56. RGB value is (128,34,86). Sum of RGB (Red+Green+Blue) = 128+34+86=248 (32% of max value = 765). Red value is 128 (50.39% from 255 or 51.61% from 248); Green value is 34 (13.67% from 255 or 13.71% from 248); Blue value is 86 (33.98% from 255 or 34.68% from 248); Max value from RGB is 128 - color contains mainly: red. Hex color #802256 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #802256 is #7FDDA9. Grayscale: #434343. Windows color (decimal): -8379818 or 5644928. OLE color: 5644928.

HSL color Cylindrical-coordinate representation of color #802256: hue angle of 326.81º 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 #802256 is Cyan = 0, Magento = 0.73, Yellow = 0.33 and Black (K on CMYK) = 0.50.

Color convert

RGB1283486-
CMYK00.730.330.50
HSL326.81º58.02%31.76%-
HSV(B)326.81º73.44%50.2%-
XYZ11.156.419.45-
YUV68.03138.14170.77-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 51.61%
GREEN value IS 34 (13.67% from 255) = 13.71%
BLUE value IS 86 (33.98% from 255) = 34.68%
R=51.61%
G=13.71%
B=34.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.33
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128348600.730.330.50326.8158.0231.76
Hex80225604921321473a20
Octal20042126011141625077240
Binary10000000100010101011001001001100001110010101000111111010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #802256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #802256; }

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

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

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

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

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

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

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

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