#8E3556

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

Shades of Rose Bud Cherry #8E3556

Tints of Rose Bud Cherry #8E3556

Color information

#8E3556 (or 0x8E3556) is unknown color: approx Rose Bud Cherry. HEX triplet: 8E, 35 and 56. RGB value is (142,53,86). Sum of RGB (Red+Green+Blue) = 142+53+86=281 (37% of max value = 765). Red value is 142 (55.86% from 255 or 50.53% from 281); Green value is 53 (21.09% from 255 or 18.86% from 281); Blue value is 86 (33.98% from 255 or 30.60% from 281); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3556 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E3556 is #71CAA9. Grayscale: #535353. Windows color (decimal): -7457450 or 5649806. OLE color: 5649806.

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

Color convert

RGB1425386-
CMYK00.630.390.44
HSL337.75º45.64%38.24%-
HSV(B)337.75º62.68%55.69%-
XYZ14.118.979.79-
YUV83.37129.49169.82-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 50.53%
GREEN value IS 53 (21.09% from 255) = 18.86%
BLUE value IS 86 (33.98% from 255) = 30.60%
R=50.53%
G=18.86%
B=30.60%

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
Decimal142538600.630.390.44337.7545.6438.24
Hex8E355603F272C1522e26
Octal2166512607747545225646
Binary1000111011010110101100111111100111101100101010010101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E3556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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