#8D345B

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

Shades of Rose Bud Cherry #8D345B

Tints of Rose Bud Cherry #8D345B

Color information

#8D345B (or 0x8D345B) is unknown color: approx Rose Bud Cherry. HEX triplet: 8D, 34 and 5B. RGB value is (141,52,91). Sum of RGB (Red+Green+Blue) = 141+52+91=284 (37% of max value = 765). Red value is 141 (55.47% from 255 or 49.65% from 284); Green value is 52 (20.70% from 255 or 18.31% from 284); Blue value is 91 (35.94% from 255 or 32.04% from 284); Max value from RGB is 141 - color contains mainly: red. Hex color #8D345B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D345B is #72CBA4. Grayscale: #525252. Windows color (decimal): -7523237 or 5977229. OLE color: 5977229.

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

Color convert

RGB1415291-
CMYK00.630.350.45
HSL333.71º46.11%37.84%-
HSV(B)333.71º63.12%55.29%-
XYZ14.18.8710.87-
YUV83.06132.49169.33-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 49.65%
GREEN value IS 52 (20.70% from 255) = 18.31%
BLUE value IS 91 (35.94% from 255) = 32.04%
R=49.65%
G=18.31%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.35
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141529100.630.350.45333.7146.1137.84
Hex8D345B03F232D14e2e26
Octal2156413307743555165646
Binary1000110111010010110110111111100011101101101001110101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D345B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,52,91); }

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

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

 a { background-color: rgb(141,52,91); }

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

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

 span { border-color: rgb(141,52,91); }

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