#8D366A

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

Shades of Rose Bud Cherry #8D366A

Tints of Rose Bud Cherry #8D366A

Color information

#8D366A (or 0x8D366A) is unknown color: approx Rose Bud Cherry. HEX triplet: 8D, 36 and 6A. RGB value is (141,54,106). Sum of RGB (Red+Green+Blue) = 141+54+106=301 (39% of max value = 765). Red value is 141 (55.47% from 255 or 46.84% from 301); Green value is 54 (21.48% from 255 or 17.94% from 301); Blue value is 106 (41.80% from 255 or 35.22% from 301); Max value from RGB is 141 - color contains mainly: red. Hex color #8D366A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D366A is #72C995. Grayscale: #555555. Windows color (decimal): -7522710 or 6960781. OLE color: 6960781.

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

Color convert

RGB14154106-
CMYK00.620.250.45
HSL324.14º44.62%38.24%-
HSV(B)324.14º61.7%55.29%-
XYZ14.919.3414.65-
YUV85.94139.32167.27-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 46.84%
GREEN value IS 54 (21.48% from 255) = 17.94%
BLUE value IS 106 (41.80% from 255) = 35.22%
R=46.84%
G=17.94%
B=35.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.25
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1415410600.620.250.45324.1444.6238.24
Hex8D366A03E192D1442d26
Octal2156615207631555045546
Binary100011011101101101010011111011001101101101000100101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D366A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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