#8D3955

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

Shades of Rose Bud Cherry #8D3955

Tints of Rose Bud Cherry #8D3955

Color information

#8D3955 (or 0x8D3955) is unknown color: approx Rose Bud Cherry. HEX triplet: 8D, 39 and 55. RGB value is (141,57,85). Sum of RGB (Red+Green+Blue) = 141+57+85=283 (37% of max value = 765). Red value is 141 (55.47% from 255 or 49.82% from 283); Green value is 57 (22.66% from 255 or 20.14% from 283); Blue value is 85 (33.59% from 255 or 30.04% from 283); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3955 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D3955 is #72C6AA. Grayscale: #555555. Windows color (decimal): -7521963 or 5585293. OLE color: 5585293.

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

Color convert

RGB1415785-
CMYK00.600.400.45
HSL340º42.42%38.82%-
HSV(B)340º59.57%55.29%-
XYZ14.099.249.64-
YUV85.31127.83167.72-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 49.82%
GREEN value IS 57 (22.66% from 255) = 20.14%
BLUE value IS 85 (33.59% from 255) = 30.04%
R=49.82%
G=20.14%
B=30.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.40
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141578500.600.400.4534042.4238.82
Hex8D395503C282D1542a27
Octal2157112507450555245247
Binary1000110111100110101010111100101000101101101010100101010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D3955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,57,85); }

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

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

 a { background-color: rgb(141,57,85); }

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

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

 span { border-color: rgb(141,57,85); }

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