#8D2658

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

Shades of Rose Bud Cherry #8D2658

Tints of Rose Bud Cherry #8D2658

Color information

#8D2658 (or 0x8D2658) is unknown color: approx Rose Bud Cherry. HEX triplet: 8D, 26 and 58. RGB value is (141,38,88). Sum of RGB (Red+Green+Blue) = 141+38+88=267 (35% of max value = 765). Red value is 141 (55.47% from 255 or 52.81% from 267); Green value is 38 (15.23% from 255 or 14.23% from 267); Blue value is 88 (34.77% from 255 or 32.96% from 267); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2658 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D2658 is #72D9A7. Grayscale: #4A4A4A. Windows color (decimal): -7526824 or 5777037. OLE color: 5777037.

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

Color convert

RGB1413888-
CMYK00.730.380.45
HSL330.87º57.54%35.1%-
HSV(B)330.87º73.05%55.29%-
XYZ13.447.7510.02-
YUV74.5135.62175.43-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 52.81%
GREEN value IS 38 (15.23% from 255) = 14.23%
BLUE value IS 88 (34.77% from 255) = 32.96%
R=52.81%
G=14.23%
B=32.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.38
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141388800.730.380.45330.8757.5435.1
Hex8D2658049262D14b3a23
Octal21546130011146555137243
Binary10001101100110101100001001001100110101101101001011111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D2658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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