#8D356B

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

Shades of Rose Bud Cherry #8D356B

Tints of Rose Bud Cherry #8D356B

Color information

#8D356B (or 0x8D356B) is unknown color: approx Rose Bud Cherry. HEX triplet: 8D, 35 and 6B. RGB value is (141,53,107). Sum of RGB (Red+Green+Blue) = 141+53+107=301 (39% of max value = 765). Red value is 141 (55.47% from 255 or 46.84% from 301); Green value is 53 (21.09% from 255 or 17.61% from 301); Blue value is 107 (42.19% from 255 or 35.55% from 301); Max value from RGB is 141 - color contains mainly: red. Hex color #8D356B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D356B is #72CA94. Grayscale: #555555. Windows color (decimal): -7522965 or 7026061. OLE color: 7026061.

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

Color convert

RGB14153107-
CMYK00.620.240.45
HSL323.18º45.36%38.04%-
HSV(B)323.18º62.41%55.29%-
XYZ14.919.2714.91-
YUV85.47140.15167.61-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 46.84%
GREEN value IS 53 (21.09% from 255) = 17.61%
BLUE value IS 107 (42.19% from 255) = 35.55%
R=46.84%
G=17.61%
B=35.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.24
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1415310700.620.240.45323.1845.3638.04
Hex8D356B03E182D1432d26
Octal2156515307630555035546
Binary100011011101011101011011111011000101101101000011101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D356B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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