#8E3156

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

Shades of Rose Bud Cherry #8E3156

Tints of Rose Bud Cherry #8E3156

Color information

#8E3156 (or 0x8E3156) is unknown color: approx Rose Bud Cherry. HEX triplet: 8E, 31 and 56. RGB value is (142,49,86). Sum of RGB (Red+Green+Blue) = 142+49+86=277 (36% of max value = 765). Red value is 142 (55.86% from 255 or 51.26% from 277); Green value is 49 (19.53% from 255 or 17.69% from 277); Blue value is 86 (33.98% from 255 or 31.05% from 277); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3156 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E3156 is #71CEA9. Grayscale: #505050. Windows color (decimal): -7458474 or 5648782. OLE color: 5648782.

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

Color convert

RGB1424986-
CMYK00.650.390.44
HSL336.13º48.69%37.45%-
HSV(B)336.13º65.49%55.69%-
XYZ13.938.629.73-
YUV81.03130.81171.49-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 51.26%
GREEN value IS 49 (19.53% from 255) = 17.69%
BLUE value IS 86 (33.98% from 255) = 31.05%
R=51.26%
G=17.69%
B=31.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.39
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142498600.650.390.44336.1348.6937.45
Hex8E3156041272C1503125
Octal21661126010147545206145
Binary10001110110001101011001000001100111101100101010000110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E3156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,49,86); }

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

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

 a { background-color: rgb(142,49,86); }

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

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

 span { border-color: rgb(142,49,86); }

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