#8C355C

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

Shades of Rose Bud Cherry #8C355C

Tints of Rose Bud Cherry #8C355C

Color information

#8C355C (or 0x8C355C) is unknown color: approx Rose Bud Cherry. HEX triplet: 8C, 35 and 5C. RGB value is (140,53,92). Sum of RGB (Red+Green+Blue) = 140+53+92=285 (37% of max value = 765). Red value is 140 (55.08% from 255 or 49.12% from 285); Green value is 53 (21.09% from 255 or 18.60% from 285); Blue value is 92 (36.33% from 255 or 32.28% from 285); Max value from RGB is 140 - color contains mainly: red. Hex color #8C355C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C355C is #73CAA3. Grayscale: #535353. Windows color (decimal): -7588516 or 6043020. OLE color: 6043020.

HSL color Cylindrical-coordinate representation of color #8C355C: hue angle of 333.1º 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 #8C355C is Cyan = 0, Magento = 0.62, Yellow = 0.34 and Black (K on CMYK) = 0.45.

Color convert

RGB1405392-
CMYK00.620.340.45
HSL333.1º45.08%37.84%-
HSV(B)333.1º62.14%54.9%-
XYZ14.028.8911.1-
YUV83.46132.82168.33-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 49.12%
GREEN value IS 53 (21.09% from 255) = 18.60%
BLUE value IS 92 (36.33% from 255) = 32.28%
R=49.12%
G=18.60%
B=32.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.34
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140539200.620.340.45333.145.0837.84
Hex8C355C03E222D14d2d26
Octal2146513407642555155546
Binary1000110011010110111000111110100010101101101001101101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C355C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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