#8D275D

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

Shades of Rose Bud Cherry #8D275D

Tints of Rose Bud Cherry #8D275D

Color information

#8D275D (or 0x8D275D) is unknown color: approx Rose Bud Cherry. HEX triplet: 8D, 27 and 5D. RGB value is (141,39,93). Sum of RGB (Red+Green+Blue) = 141+39+93=273 (36% of max value = 765). Red value is 141 (55.47% from 255 or 51.65% from 273); Green value is 39 (15.62% from 255 or 14.29% from 273); Blue value is 93 (36.72% from 255 or 34.07% from 273); Max value from RGB is 141 - color contains mainly: red. Hex color #8D275D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D275D is #72D8A2. Grayscale: #4B4B4B. Windows color (decimal): -7526563 or 6104973. OLE color: 6104973.

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

Color convert

RGB1413993-
CMYK00.720.340.45
HSL328.24º56.67%35.29%-
HSV(B)328.24º72.34%55.29%-
XYZ13.697.911.16-
YUV75.65137.79174.61-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 51.65%
GREEN value IS 39 (15.62% from 255) = 14.29%
BLUE value IS 93 (36.72% from 255) = 34.07%
R=51.65%
G=14.29%
B=34.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.34
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141399300.720.340.45328.2456.6735.29
Hex8D275D048222D1483923
Octal21547135011042555107143
Binary10001101100111101110101001000100010101101101001000111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D275D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,39,93); }

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

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

 a { background-color: rgb(141,39,93); }

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

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

 span { border-color: rgb(141,39,93); }

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