#8E3856

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

Shades of Rose Bud Cherry #8E3856

Tints of Rose Bud Cherry #8E3856

Color information

#8E3856 (or 0x8E3856) is unknown color: approx Rose Bud Cherry. HEX triplet: 8E, 38 and 56. RGB value is (142,56,86). Sum of RGB (Red+Green+Blue) = 142+56+86=284 (37% of max value = 765). Red value is 142 (55.86% from 255 or 50% from 284); Green value is 56 (22.27% from 255 or 19.72% from 284); Blue value is 86 (33.98% from 255 or 30.28% from 284); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3856 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E3856 is #71C7A9. Grayscale: #555555. Windows color (decimal): -7456682 or 5650574. OLE color: 5650574.

HSL color Cylindrical-coordinate representation of color #8E3856: hue angle of 339.07º 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 #8E3856 is Cyan = 0, Magento = 0.61, Yellow = 0.39 and Black (K on CMYK) = 0.44.

Color convert

RGB1425686-
CMYK00.610.390.44
HSL339.07º43.43%38.82%-
HSV(B)339.07º60.56%55.69%-
XYZ14.259.259.84-
YUV85.13128.49168.56-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 50%
GREEN value IS 56 (22.27% from 255) = 19.72%
BLUE value IS 86 (33.98% from 255) = 30.28%
R=50%
G=19.72%
B=30.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.39
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142568600.610.390.44339.0743.4338.82
Hex8E385603D272C1532b27
Octal2167012607547545235347
Binary1000111011100010101100111101100111101100101010011101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E3856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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