#8D2660

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

Shades of Rose Bud Cherry #8D2660

Tints of Rose Bud Cherry #8D2660

Color information

#8D2660 (or 0x8D2660) is unknown color: approx Rose Bud Cherry. HEX triplet: 8D, 26 and 60. RGB value is (141,38,96). Sum of RGB (Red+Green+Blue) = 141+38+96=275 (36% of max value = 765). Red value is 141 (55.47% from 255 or 51.27% from 275); Green value is 38 (15.23% from 255 or 13.82% from 275); Blue value is 96 (37.89% from 255 or 34.91% from 275); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2660 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D2660 is #72D99F. Grayscale: #4B4B4B. Windows color (decimal): -7526816 or 6301325. OLE color: 6301325.

HSL color Cylindrical-coordinate representation of color #8D2660: hue angle of 326.21º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8D2660 is Cyan = 0, Magento = 0.73, Yellow = 0.32 and Black (K on CMYK) = 0.45.

Color convert

RGB1413896-
CMYK00.730.320.45
HSL326.21º57.54%35.1%-
HSV(B)326.21º73.05%55.29%-
XYZ13.797.8911.86-
YUV75.41139.62174.78-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 51.27%
GREEN value IS 38 (15.23% from 255) = 13.82%
BLUE value IS 96 (37.89% from 255) = 34.91%
R=51.27%
G=13.82%
B=34.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.32
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141389600.730.320.45326.2157.5435.1
Hex8D2660049202D1463a23
Octal21546140011140555067243
Binary10001101100110110000001001001100000101101101000110111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D2660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,38,96); }

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

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

 a { background-color: rgb(141,38,96); }

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

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

 span { border-color: rgb(141,38,96); }

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