#8D3456

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

Shades of Rose Bud Cherry #8D3456

Tints of Rose Bud Cherry #8D3456

Color information

#8D3456 (or 0x8D3456) is unknown color: approx Rose Bud Cherry. HEX triplet: 8D, 34 and 56. RGB value is (141,52,86). Sum of RGB (Red+Green+Blue) = 141+52+86=279 (36% of max value = 765). Red value is 141 (55.47% from 255 or 50.54% from 279); Green value is 52 (20.70% from 255 or 18.64% from 279); Blue value is 86 (33.98% from 255 or 30.82% from 279); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3456 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D3456 is #72CBA9. Grayscale: #525252. Windows color (decimal): -7523242 or 5649549. OLE color: 5649549.

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

Color convert

RGB1415286-
CMYK00.630.390.45
HSL337.08º46.11%37.84%-
HSV(B)337.08º63.12%55.29%-
XYZ13.898.799.77-
YUV82.49129.99169.74-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 50.54%
GREEN value IS 52 (20.70% from 255) = 18.64%
BLUE value IS 86 (33.98% from 255) = 30.82%
R=50.54%
G=18.64%
B=30.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.39
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141528600.630.390.45337.0846.1137.84
Hex8D345603F272D1512e26
Octal2156412607747555215646
Binary1000110111010010101100111111100111101101101010001101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D3456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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