#8D164C

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

Shades of Rose Bud Cherry #8D164C

Tints of Rose Bud Cherry #8D164C

Color information

#8D164C (or 0x8D164C) is unknown color: approx Rose Bud Cherry. HEX triplet: 8D, 16 and 4C. RGB value is (141,22,76). Sum of RGB (Red+Green+Blue) = 141+22+76=239 (31% of max value = 765). Red value is 141 (55.47% from 255 or 59.00% from 239); Green value is 22 (8.98% from 255 or 9.21% from 239); Blue value is 76 (30.08% from 255 or 31.80% from 239); Max value from RGB is 141 - color contains mainly: red. Hex color #8D164C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D164C is #72E9B3. Grayscale: #3F3F3F. Windows color (decimal): -7530932 or 4986509. OLE color: 4986509.

HSL color Cylindrical-coordinate representation of color #8D164C: hue angle of 332.77º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8D164C is Cyan = 0, Magento = 0.84, Yellow = 0.46 and Black (K on CMYK) = 0.45.

Color convert

RGB1412276-
CMYK00.840.460.45
HSL332.77º73.01%31.96%-
HSV(B)332.77º84.4%55.29%-
XYZ12.586.767.48-
YUV63.74134.92183.11-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 59.00%
GREEN value IS 22 (8.98% from 255) = 9.21%
BLUE value IS 76 (30.08% from 255) = 31.80%
R=59.00%
G=9.21%
B=31.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.46
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141227600.840.460.45332.7773.0131.96
Hex8D164C0542E2D14d4920
Octal215261140124565551511140
Binary10001101101101001100010101001011101011011010011011001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D164C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,22,76); }

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

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

 a { background-color: rgb(141,22,76); }

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

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

 span { border-color: rgb(141,22,76); }

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