#8D355F

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

Shades of Rose Bud Cherry #8D355F

Tints of Rose Bud Cherry #8D355F

Color information

#8D355F (or 0x8D355F) is unknown color: approx Rose Bud Cherry. HEX triplet: 8D, 35 and 5F. RGB value is (141,53,95). Sum of RGB (Red+Green+Blue) = 141+53+95=289 (38% of max value = 765). Red value is 141 (55.47% from 255 or 48.79% from 289); Green value is 53 (21.09% from 255 or 18.34% from 289); Blue value is 95 (37.5% from 255 or 32.87% from 289); Max value from RGB is 141 - color contains mainly: red. Hex color #8D355F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D355F is #72CAA0. Grayscale: #545454. Windows color (decimal): -7522977 or 6239629. OLE color: 6239629.

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

Color convert

RGB1415395-
CMYK00.620.330.45
HSL331.36º45.36%38.04%-
HSV(B)331.36º62.41%55.29%-
XYZ14.329.0411.82-
YUV84.1134.15168.58-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 48.79%
GREEN value IS 53 (21.09% from 255) = 18.34%
BLUE value IS 95 (37.5% from 255) = 32.87%
R=48.79%
G=18.34%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.33
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141539500.620.330.45331.3645.3638.04
Hex8D355F03E212D14b2d26
Octal2156513707641555135546
Binary1000110111010110111110111110100001101101101001011101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D355F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,53,95); }

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

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

 a { background-color: rgb(141,53,95); }

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

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

 span { border-color: rgb(141,53,95); }

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