#8E3A61

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

Shades of Rose Bud Cherry #8E3A61

Tints of Rose Bud Cherry #8E3A61

Color information

#8E3A61 (or 0x8E3A61) is unknown color: approx Rose Bud Cherry. HEX triplet: 8E, 3A and 61. RGB value is (142,58,97). Sum of RGB (Red+Green+Blue) = 142+58+97=297 (39% of max value = 765). Red value is 142 (55.86% from 255 or 47.81% from 297); Green value is 58 (23.05% from 255 or 19.53% from 297); Blue value is 97 (38.28% from 255 or 32.66% from 297); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3A61 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E3A61 is #71C59E. Grayscale: #575757. Windows color (decimal): -7456159 or 6371982. OLE color: 6371982.

HSL color Cylindrical-coordinate representation of color #8E3A61: hue angle of 332.14º degrees, saturation: 0.42, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8E3A61 is Cyan = 0, Magento = 0.59, Yellow = 0.32 and Black (K on CMYK) = 0.44.

Color convert

RGB1425897-
CMYK00.590.320.44
HSL332.14º42%39.22%-
HSV(B)332.14º59.15%55.69%-
XYZ14.839.6412.39-
YUV87.56133.33166.83-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 47.81%
GREEN value IS 58 (23.05% from 255) = 19.53%
BLUE value IS 97 (38.28% from 255) = 32.66%
R=47.81%
G=19.53%
B=32.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.32
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142589700.590.320.44332.144239.22
Hex8E3A6103B202C14c2a27
Octal2167214107340545145247
Binary1000111011101011000010111011100000101100101001100101010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E3A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,58,97); }

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

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

 a { background-color: rgb(142,58,97); }

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

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

 span { border-color: rgb(142,58,97); }

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