#8E285B

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

Shades of Rose Bud Cherry #8E285B

Tints of Rose Bud Cherry #8E285B

Color information

#8E285B (or 0x8E285B) is unknown color: approx Rose Bud Cherry. HEX triplet: 8E, 28 and 5B. RGB value is (142,40,91). Sum of RGB (Red+Green+Blue) = 142+40+91=273 (36% of max value = 765). Red value is 142 (55.86% from 255 or 52.01% from 273); Green value is 40 (16.02% from 255 or 14.65% from 273); Blue value is 91 (35.94% from 255 or 33.33% from 273); Max value from RGB is 142 - color contains mainly: red. Hex color #8E285B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E285B is #71D7A4. Grayscale: #4C4C4C. Windows color (decimal): -7460773 or 5974158. OLE color: 5974158.

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

Color convert

RGB1424091-
CMYK00.720.360.44
HSL330º56.04%35.69%-
HSV(B)330º71.83%55.69%-
XYZ13.88.0210.72-
YUV76.31136.29174.85-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 52.01%
GREEN value IS 40 (16.02% from 255) = 14.65%
BLUE value IS 91 (35.94% from 255) = 33.33%
R=52.01%
G=14.65%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.36
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142409100.720.360.4433056.0435.69
Hex8E285B048242C14a3824
Octal21650133011044545127044
Binary10001110101000101101101001000100100101100101001010111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E285B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,40,91); }

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

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

 a { background-color: rgb(142,40,91); }

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

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

 span { border-color: rgb(142,40,91); }

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