#8C3557

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

Shades of Rose Bud Cherry #8C3557

Tints of Rose Bud Cherry #8C3557

Color information

#8C3557 (or 0x8C3557) is unknown color: approx Rose Bud Cherry. HEX triplet: 8C, 35 and 57. RGB value is (140,53,87). Sum of RGB (Red+Green+Blue) = 140+53+87=280 (37% of max value = 765). Red value is 140 (55.08% from 255 or 50% from 280); Green value is 53 (21.09% from 255 or 18.93% from 280); Blue value is 87 (34.38% from 255 or 31.07% from 280); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3557 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C3557 is #73CAA8. Grayscale: #525252. Windows color (decimal): -7588521 or 5715340. OLE color: 5715340.

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

Color convert

RGB1405387-
CMYK00.620.380.45
HSL336.55º45.08%37.84%-
HSV(B)336.55º62.14%54.9%-
XYZ13.818.819.99-
YUV82.89130.32168.74-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 50%
GREEN value IS 53 (21.09% from 255) = 18.93%
BLUE value IS 87 (34.38% from 255) = 31.07%
R=50%
G=18.93%
B=31.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.38
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140538700.620.380.45336.5545.0837.84
Hex8C355703E262D1512d26
Octal2146512707646555215546
Binary1000110011010110101110111110100110101101101010001101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C3557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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