#8E3459

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

Shades of Rose Bud Cherry #8E3459

Tints of Rose Bud Cherry #8E3459

Color information

#8E3459 (or 0x8E3459) is unknown color: approx Rose Bud Cherry. HEX triplet: 8E, 34 and 59. RGB value is (142,52,89). Sum of RGB (Red+Green+Blue) = 142+52+89=283 (37% of max value = 765). Red value is 142 (55.86% from 255 or 50.18% from 283); Green value is 52 (20.70% from 255 or 18.37% from 283); Blue value is 89 (35.16% from 255 or 31.45% from 283); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3459 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E3459 is #71CBA6. Grayscale: #535353. Windows color (decimal): -7457703 or 5846158. OLE color: 5846158.

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

Color convert

RGB1425289-
CMYK00.630.370.44
HSL335.33º46.39%38.04%-
HSV(B)335.33º63.38%55.69%-
XYZ14.198.9310.43-
YUV83.13131.32169.99-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 50.18%
GREEN value IS 52 (20.70% from 255) = 18.37%
BLUE value IS 89 (35.16% from 255) = 31.45%
R=50.18%
G=18.37%
B=31.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.37
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142528900.630.370.44335.3346.3938.04
Hex8E345903F252C14f2e26
Octal2166413107745545175646
Binary1000111011010010110010111111100101101100101001111101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E3459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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