#8E3954

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

Shades of Rose Bud Cherry #8E3954

Tints of Rose Bud Cherry #8E3954

Color information

#8E3954 (or 0x8E3954) is unknown color: approx Rose Bud Cherry. HEX triplet: 8E, 39 and 54. RGB value is (142,57,84). Sum of RGB (Red+Green+Blue) = 142+57+84=283 (37% of max value = 765). Red value is 142 (55.86% from 255 or 50.18% from 283); Green value is 57 (22.66% from 255 or 20.14% from 283); Blue value is 84 (33.20% from 255 or 29.68% from 283); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3954 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E3954 is #71C6AB. Grayscale: #555555. Windows color (decimal): -7456428 or 5519758. OLE color: 5519758.

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

Color convert

RGB1425784-
CMYK00.600.410.44
HSL340.94º42.71%39.02%-
HSV(B)340.94º59.86%55.69%-
XYZ14.229.329.44-
YUV85.49127.16168.3-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 50.18%
GREEN value IS 57 (22.66% from 255) = 20.14%
BLUE value IS 84 (33.20% from 255) = 29.68%
R=50.18%
G=20.14%
B=29.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.41
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142578400.600.410.44340.9442.7139.02
Hex8E395403C292C1552b27
Octal2167112407451545255347
Binary1000111011100110101000111100101001101100101010101101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E3954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,57,84); }

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

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

 a { background-color: rgb(142,57,84); }

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

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

 span { border-color: rgb(142,57,84); }

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