#802E60

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

Shades of Rose Bud Cherry #802E60

Tints of Rose Bud Cherry #802E60

Color information

#802E60 (or 0x802E60) is unknown color: approx Rose Bud Cherry. HEX triplet: 80, 2E and 60. RGB value is (128,46,96). Sum of RGB (Red+Green+Blue) = 128+46+96=270 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.41% from 270); Green value is 46 (18.36% from 255 or 17.04% from 270); Blue value is 96 (37.89% from 255 or 35.56% from 270); Max value from RGB is 128 - color contains mainly: red. Hex color #802E60 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #802E60 is #7FD19F. Grayscale: #4C4C4C. Windows color (decimal): -8376736 or 6303360. OLE color: 6303360.

HSL color Cylindrical-coordinate representation of color #802E60: hue angle of 323.41º degrees, saturation: 0.47, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #802E60 is Cyan = 0, Magento = 0.64, Yellow = 0.25 and Black (K on CMYK) = 0.50.

Color convert

RGB1284696-
CMYK00.640.250.50
HSL323.41º47.13%34.12%-
HSV(B)323.41º64.06%50.2%-
XYZ11.997.3911.86-
YUV76.22139.17164.93-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 47.41%
GREEN value IS 46 (18.36% from 255) = 17.04%
BLUE value IS 96 (37.89% from 255) = 35.56%
R=47.41%
G=17.04%
B=35.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.25
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128469600.640.250.50323.4147.1334.12
Hex802E6004019321432f22
Octal20056140010031625035742
Binary1000000010111011000000100000011001110010101000011101111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #802E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,46,96); }

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

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

 a { background-color: rgb(128,46,96); }

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

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

 span { border-color: rgb(128,46,96); }

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