#8D2157

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

Shades of Rose Bud Cherry #8D2157

Tints of Rose Bud Cherry #8D2157

Color information

#8D2157 (or 0x8D2157) is unknown color: approx Rose Bud Cherry. HEX triplet: 8D, 21 and 57. RGB value is (141,33,87). Sum of RGB (Red+Green+Blue) = 141+33+87=261 (34% of max value = 765). Red value is 141 (55.47% from 255 or 54.02% from 261); Green value is 33 (13.28% from 255 or 12.64% from 261); Blue value is 87 (34.38% from 255 or 33.33% from 261); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2157 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D2157 is #72DEA8. Grayscale: #474747. Windows color (decimal): -7528105 or 5710221. OLE color: 5710221.

HSL color Cylindrical-coordinate representation of color #8D2157: hue angle of 330º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8D2157 is Cyan = 0, Magento = 0.77, Yellow = 0.38 and Black (K on CMYK) = 0.45.

Color convert

RGB1413387-
CMYK00.770.380.45
HSL330º62.07%34.12%-
HSV(B)330º76.6%55.29%-
XYZ13.257.449.75-
YUV71.45136.78177.61-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 54.02%
GREEN value IS 33 (13.28% from 255) = 12.64%
BLUE value IS 87 (34.38% from 255) = 33.33%
R=54.02%
G=12.64%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.38
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141338700.770.380.4533062.0734.12
Hex8D215704D262D14a3e22
Octal21541127011546555127642
Binary10001101100001101011101001101100110101101101001010111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D2157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,33,87); }

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

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

 a { background-color: rgb(141,33,87); }

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

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

 span { border-color: rgb(141,33,87); }

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