#8D194E

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

Shades of Rose Bud Cherry #8D194E

Tints of Rose Bud Cherry #8D194E

Color information

#8D194E (or 0x8D194E) is unknown color: approx Rose Bud Cherry. HEX triplet: 8D, 19 and 4E. RGB value is (141,25,78). Sum of RGB (Red+Green+Blue) = 141+25+78=244 (32% of max value = 765). Red value is 141 (55.47% from 255 or 57.79% from 244); Green value is 25 (10.16% from 255 or 10.25% from 244); Blue value is 78 (30.86% from 255 or 31.97% from 244); Max value from RGB is 141 - color contains mainly: red. Hex color #8D194E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D194E is #72E6B1. Grayscale: #414141. Windows color (decimal): -7530162 or 5118349. OLE color: 5118349.

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

Color convert

RGB1412578-
CMYK00.820.450.45
HSL332.59º69.88%32.55%-
HSV(B)332.59º82.27%55.29%-
XYZ12.716.917.87-
YUV65.73134.93181.69-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 57.79%
GREEN value IS 25 (10.16% from 255) = 10.25%
BLUE value IS 78 (30.86% from 255) = 31.97%
R=57.79%
G=10.25%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.45
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141257800.820.450.45332.5969.8832.55
Hex8D194E0522D2D14d4621
Octal215311160122555551510641
Binary10001101110011001110010100101011011011011010011011000110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D194E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,25,78); }

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

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

 a { background-color: rgb(141,25,78); }

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

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

 span { border-color: rgb(141,25,78); }

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