#8E386B

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

Shades of Rose Bud Cherry #8E386B

Tints of Rose Bud Cherry #8E386B

Color information

#8E386B (or 0x8E386B) is unknown color: approx Rose Bud Cherry. HEX triplet: 8E, 38 and 6B. RGB value is (142,56,107). Sum of RGB (Red+Green+Blue) = 142+56+107=305 (40% of max value = 765). Red value is 142 (55.86% from 255 or 46.56% from 305); Green value is 56 (22.27% from 255 or 18.36% from 305); Blue value is 107 (42.19% from 255 or 35.08% from 305); Max value from RGB is 142 - color contains mainly: red. Hex color #8E386B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E386B is #71C794. Grayscale: #575757. Windows color (decimal): -7456661 or 7026830. OLE color: 7026830.

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

Color convert

RGB14256107-
CMYK00.610.250.44
HSL324.42º43.43%38.82%-
HSV(B)324.42º60.56%55.69%-
XYZ15.229.6414.97-
YUV87.53138.99166.85-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 46.56%
GREEN value IS 56 (22.27% from 255) = 18.36%
BLUE value IS 107 (42.19% from 255) = 35.08%
R=46.56%
G=18.36%
B=35.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.25
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1425610700.610.250.44324.4243.4338.82
Hex8E386B03D192C1442b27
Octal2167015307531545045347
Binary100011101110001101011011110111001101100101000100101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E386B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,56,107); }

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

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

 a { background-color: rgb(142,56,107); }

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

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

 span { border-color: rgb(142,56,107); }

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