#8D366B

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

Shades of Rose Bud Cherry #8D366B

Tints of Rose Bud Cherry #8D366B

Color information

#8D366B (or 0x8D366B) is unknown color: approx Rose Bud Cherry. HEX triplet: 8D, 36 and 6B. RGB value is (141,54,107). Sum of RGB (Red+Green+Blue) = 141+54+107=302 (40% of max value = 765). Red value is 141 (55.47% from 255 or 46.69% from 302); Green value is 54 (21.48% from 255 or 17.88% from 302); Blue value is 107 (42.19% from 255 or 35.43% from 302); Max value from RGB is 141 - color contains mainly: red. Hex color #8D366B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D366B is #72C994. Grayscale: #555555. Windows color (decimal): -7522709 or 7026317. OLE color: 7026317.

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

Color convert

RGB14154107-
CMYK00.620.240.45
HSL323.45º44.62%38.24%-
HSV(B)323.45º61.7%55.29%-
XYZ14.969.3614.93-
YUV86.06139.82167.19-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 46.69%
GREEN value IS 54 (21.48% from 255) = 17.88%
BLUE value IS 107 (42.19% from 255) = 35.43%
R=46.69%
G=17.88%
B=35.43%

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
Decimal1415410700.620.240.45323.4544.6238.24
Hex8D366B03E182D1432d26
Octal2156615307630555035546
Binary100011011101101101011011111011000101101101000011101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D366B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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