#8D2956

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

Shades of Rose Bud Cherry #8D2956

Tints of Rose Bud Cherry #8D2956

Color information

#8D2956 (or 0x8D2956) is unknown color: approx Rose Bud Cherry. HEX triplet: 8D, 29 and 56. RGB value is (141,41,86). Sum of RGB (Red+Green+Blue) = 141+41+86=268 (35% of max value = 765). Red value is 141 (55.47% from 255 or 52.61% from 268); Green value is 41 (16.41% from 255 or 15.30% from 268); Blue value is 86 (33.98% from 255 or 32.09% from 268); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2956 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D2956 is #72D6A9. Grayscale: #4B4B4B. Windows color (decimal): -7526058 or 5646733. OLE color: 5646733.

HSL color Cylindrical-coordinate representation of color #8D2956: hue angle of 333º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8D2956 is Cyan = 0, Magento = 0.71, Yellow = 0.39 and Black (K on CMYK) = 0.45.

Color convert

RGB1414186-
CMYK00.710.390.45
HSL333º54.95%35.69%-
HSV(B)333º70.92%55.29%-
XYZ13.467.929.62-
YUV76.03133.63174.34-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 52.61%
GREEN value IS 41 (16.41% from 255) = 15.30%
BLUE value IS 86 (33.98% from 255) = 32.09%
R=52.61%
G=15.30%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.39
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141418600.710.390.4533354.9535.69
Hex8D2956047272D14d3724
Octal21551126010747555156744
Binary10001101101001101011001000111100111101101101001101110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D2956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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