#802a58

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

Shades of Rose Bud Cherry #802A58

Tints of Rose Bud Cherry #802A58

Color information

#802A58 (or 0x802A58) is unknown color: approx Rose Bud Cherry. HEX triplet: 80, 2A and 58. RGB value is (128,42,88). Sum of RGB (Red+Green+Blue) = 128+42+88=258 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.61% from 258); Green value is 42 (16.80% from 255 or 16.28% from 258); Blue value is 88 (34.77% from 255 or 34.11% from 258); Max value from RGB is 128 - color contains mainly: red. Hex color #802A58 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #802A58 is #7FD5A7. Grayscale: #484848. Windows color (decimal): -8377768 or 5778048. OLE color: 5778048.

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

Color convert

RGB1284288-
CMYK00.670.310.50
HSL327.91º50.59%33.33%-
HSV(B)327.91º67.19%50.2%-
XYZ11.496.959.97-
YUV72.96136.49167.26-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 49.61%
GREEN value IS 42 (16.80% from 255) = 16.28%
BLUE value IS 88 (34.77% from 255) = 34.11%
R=49.61%
G=16.28%
B=34.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.31
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128428800.670.310.50327.9150.5933.33
Hex802A580431F321483321
Octal20052130010337625106341
Binary1000000010101010110000100001111111110010101001000110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #802a58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #802a58; }

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

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

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

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

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

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

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

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