#8E3655

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

Shades of Rose Bud Cherry #8E3655

Tints of Rose Bud Cherry #8E3655

Color information

#8E3655 (or 0x8E3655) is unknown color: approx Rose Bud Cherry. HEX triplet: 8E, 36 and 55. RGB value is (142,54,85). Sum of RGB (Red+Green+Blue) = 142+54+85=281 (37% of max value = 765). Red value is 142 (55.86% from 255 or 50.53% from 281); Green value is 54 (21.48% from 255 or 19.22% from 281); Blue value is 85 (33.59% from 255 or 30.25% from 281); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3655 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E3655 is #71C9AA. Grayscale: #535353. Windows color (decimal): -7457195 or 5584526. OLE color: 5584526.

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

Color convert

RGB1425485-
CMYK00.620.400.44
HSL338.86º44.9%38.43%-
HSV(B)338.86º61.97%55.69%-
XYZ14.119.049.6-
YUV83.85128.65169.48-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 50.53%
GREEN value IS 54 (21.48% from 255) = 19.22%
BLUE value IS 85 (33.59% from 255) = 30.25%
R=50.53%
G=19.22%
B=30.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.40
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142548500.620.400.44338.8644.938.43
Hex8E365503E282C1532d26
Octal2166612507650545235546
Binary1000111011011010101010111110101000101100101010011101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E3655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,54,85); }

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

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

 a { background-color: rgb(142,54,85); }

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

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

 span { border-color: rgb(142,54,85); }

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