#8E3457

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

Shades of Rose Bud Cherry #8E3457

Tints of Rose Bud Cherry #8E3457

Color information

#8E3457 (or 0x8E3457) is unknown color: approx Rose Bud Cherry. HEX triplet: 8E, 34 and 57. RGB value is (142,52,87). Sum of RGB (Red+Green+Blue) = 142+52+87=281 (37% of max value = 765). Red value is 142 (55.86% from 255 or 50.53% from 281); Green value is 52 (20.70% from 255 or 18.51% from 281); Blue value is 87 (34.38% from 255 or 30.96% from 281); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3457 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E3457 is #71CBA8. Grayscale: #525252. Windows color (decimal): -7457705 or 5715086. OLE color: 5715086.

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

Color convert

RGB1425287-
CMYK00.630.390.44
HSL336.67º46.39%38.04%-
HSV(B)336.67º63.38%55.69%-
XYZ14.18.899.99-
YUV82.9130.32170.15-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 50.53%
GREEN value IS 52 (20.70% from 255) = 18.51%
BLUE value IS 87 (34.38% from 255) = 30.96%
R=50.53%
G=18.51%
B=30.96%

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
Decimal142528700.630.390.44336.6746.3938.04
Hex8E345703F272C1512e26
Octal2166412707747545215646
Binary1000111011010010101110111111100111101100101010001101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E3457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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