#8D346B

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

Shades of Rose Bud Cherry #8D346B

Tints of Rose Bud Cherry #8D346B

Color information

#8D346B (or 0x8D346B) is unknown color: approx Rose Bud Cherry. HEX triplet: 8D, 34 and 6B. RGB value is (141,52,107). Sum of RGB (Red+Green+Blue) = 141+52+107=300 (39% of max value = 765). Red value is 141 (55.47% from 255 or 47% from 300); Green value is 52 (20.70% from 255 or 17.33% from 300); Blue value is 107 (42.19% from 255 or 35.67% from 300); Max value from RGB is 141 - color contains mainly: red. Hex color #8D346B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D346B is #72CB94. Grayscale: #545454. Windows color (decimal): -7523221 or 7025805. OLE color: 7025805.

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

Color convert

RGB14152107-
CMYK00.630.240.45
HSL322.92º46.11%37.84%-
HSV(B)322.92º63.12%55.29%-
XYZ14.879.1814.9-
YUV84.88140.49168.03-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 47%
GREEN value IS 52 (20.70% from 255) = 17.33%
BLUE value IS 107 (42.19% from 255) = 35.67%
R=47%
G=17.33%
B=35.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.24
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1415210700.630.240.45322.9246.1137.84
Hex8D346B03F182D1432e26
Octal2156415307730555035646
Binary100011011101001101011011111111000101101101000011101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D346B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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