#8D295E

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

Shades of Rose Bud Cherry #8D295E

Tints of Rose Bud Cherry #8D295E

Color information

#8D295E (or 0x8D295E) is unknown color: approx Rose Bud Cherry. HEX triplet: 8D, 29 and 5E. RGB value is (141,41,94). Sum of RGB (Red+Green+Blue) = 141+41+94=276 (36% of max value = 765). Red value is 141 (55.47% from 255 or 51.09% from 276); Green value is 41 (16.41% from 255 or 14.86% from 276); Blue value is 94 (37.11% from 255 or 34.06% from 276); Max value from RGB is 141 - color contains mainly: red. Hex color #8D295E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D295E is #72D6A1. Grayscale: #4C4C4C. Windows color (decimal): -7526050 or 6171021. OLE color: 6171021.

HSL color Cylindrical-coordinate representation of color #8D295E: hue angle of 328.2º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8D295E is Cyan = 0, Magento = 0.71, Yellow = 0.33 and Black (K on CMYK) = 0.45.

Color convert

RGB1414194-
CMYK00.710.330.45
HSL328.2º54.95%35.69%-
HSV(B)328.2º70.92%55.29%-
XYZ13.88.0611.42-
YUV76.94137.63173.69-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 51.09%
GREEN value IS 41 (16.41% from 255) = 14.86%
BLUE value IS 94 (37.11% from 255) = 34.06%
R=51.09%
G=14.86%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.33
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141419400.710.330.45328.254.9535.69
Hex8D295E047212D1483724
Octal21551136010741555106744
Binary10001101101001101111001000111100001101101101001000110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D295E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,41,94); }

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

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

 a { background-color: rgb(141,41,94); }

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

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

 span { border-color: rgb(141,41,94); }

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