#8D2661

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

Shades of Rose Bud Cherry #8D2661

Tints of Rose Bud Cherry #8D2661

Color information

#8D2661 (or 0x8D2661) is unknown color: approx Rose Bud Cherry. HEX triplet: 8D, 26 and 61. RGB value is (141,38,97). Sum of RGB (Red+Green+Blue) = 141+38+97=276 (36% of max value = 765). Red value is 141 (55.47% from 255 or 51.09% from 276); Green value is 38 (15.23% from 255 or 13.77% from 276); Blue value is 97 (38.28% from 255 or 35.14% from 276); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2661 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D2661 is #72D99E. Grayscale: #4B4B4B. Windows color (decimal): -7526815 or 6366861. OLE color: 6366861.

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

Color convert

RGB1413897-
CMYK00.730.310.45
HSL325.63º57.54%35.1%-
HSV(B)325.63º73.05%55.29%-
XYZ13.847.9112.11-
YUV75.52140.12174.7-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 51.09%
GREEN value IS 38 (15.23% from 255) = 13.77%
BLUE value IS 97 (38.28% from 255) = 35.14%
R=51.09%
G=13.77%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.31
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141389700.730.310.45325.6357.5435.1
Hex8D26610491F2D1463a23
Octal21546141011137555067243
Binary1000110110011011000010100100111111101101101000110111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D2661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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