#8E3059

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

Shades of Rose Bud Cherry #8E3059

Tints of Rose Bud Cherry #8E3059

Color information

#8E3059 (or 0x8E3059) is unknown color: approx Rose Bud Cherry. HEX triplet: 8E, 30 and 59. RGB value is (142,48,89). Sum of RGB (Red+Green+Blue) = 142+48+89=279 (36% of max value = 765). Red value is 142 (55.86% from 255 or 50.90% from 279); Green value is 48 (19.14% from 255 or 17.20% from 279); Blue value is 89 (35.16% from 255 or 31.90% from 279); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3059 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E3059 is #71CFA6. Grayscale: #505050. Windows color (decimal): -7458727 or 5845134. OLE color: 5845134.

HSL color Cylindrical-coordinate representation of color #8E3059: hue angle of 333.83º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8E3059 is Cyan = 0, Magento = 0.66, Yellow = 0.37 and Black (K on CMYK) = 0.44.

Color convert

RGB1424889-
CMYK00.660.370.44
HSL333.83º49.47%37.25%-
HSV(B)333.83º66.2%55.69%-
XYZ14.028.5910.37-
YUV80.78132.64171.67-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 50.90%
GREEN value IS 48 (19.14% from 255) = 17.20%
BLUE value IS 89 (35.16% from 255) = 31.90%
R=50.90%
G=17.20%
B=31.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.37
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142488900.660.370.44333.8349.4737.25
Hex8E3059042252C14e3125
Octal21660131010245545166145
Binary10001110110000101100101000010100101101100101001110110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E3059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8E3059; }

 p { color: rgb(142,48,89); }

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

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

 a { background-color: rgb(142,48,89); }

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

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

 span { border-color: rgb(142,48,89); }

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