#8E3557

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

Shades of Rose Bud Cherry #8E3557

Tints of Rose Bud Cherry #8E3557

Color information

#8E3557 (or 0x8E3557) is unknown color: approx Rose Bud Cherry. HEX triplet: 8E, 35 and 57. RGB value is (142,53,87). Sum of RGB (Red+Green+Blue) = 142+53+87=282 (37% of max value = 765). Red value is 142 (55.86% from 255 or 50.35% from 282); Green value is 53 (21.09% from 255 or 18.79% from 282); Blue value is 87 (34.38% from 255 or 30.85% from 282); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3557 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E3557 is #71CAA8. Grayscale: #535353. Windows color (decimal): -7457449 or 5715342. OLE color: 5715342.

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

Color convert

RGB1425387-
CMYK00.630.390.44
HSL337.08º45.64%38.24%-
HSV(B)337.08º62.68%55.69%-
XYZ14.158.9910.01-
YUV83.49129.99169.74-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 50.35%
GREEN value IS 53 (21.09% from 255) = 18.79%
BLUE value IS 87 (34.38% from 255) = 30.85%
R=50.35%
G=18.79%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.39
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142538700.630.390.44337.0845.6438.24
Hex8E355703F272C1512e26
Octal2166512707747545215646
Binary1000111011010110101110111111100111101100101010001101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E3557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,53,87); }

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

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

 a { background-color: rgb(142,53,87); }

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

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

 span { border-color: rgb(142,53,87); }

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