#802458

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

Shades of Rose Bud Cherry #802458

Tints of Rose Bud Cherry #802458

Color information

#802458 (or 0x802458) is unknown color: approx Rose Bud Cherry. HEX triplet: 80, 24 and 58. RGB value is (128,36,88). Sum of RGB (Red+Green+Blue) = 128+36+88=252 (33% of max value = 765). Red value is 128 (50.39% from 255 or 50.79% from 252); Green value is 36 (14.45% from 255 or 14.29% from 252); Blue value is 88 (34.77% from 255 or 34.92% from 252); Max value from RGB is 128 - color contains mainly: red. Hex color #802458 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #802458 is #7FDBA7. Grayscale: #454545. Windows color (decimal): -8379304 or 5776512. OLE color: 5776512.

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

Color convert

RGB1283688-
CMYK00.720.310.50
HSL326.09º56.1%32.16%-
HSV(B)326.09º71.88%50.2%-
XYZ11.296.569.9-
YUV69.44138.48169.77-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 50.79%
GREEN value IS 36 (14.45% from 255) = 14.29%
BLUE value IS 88 (34.77% from 255) = 34.92%
R=50.79%
G=14.29%
B=34.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.31
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128368800.720.310.50326.0956.132.16
Hex8024580481F321463820
Octal20044130011037625067040
Binary1000000010010010110000100100011111110010101000110111000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #802458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #802458; }

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

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

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

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

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

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

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

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