#8D104A

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

Shades of Rose Bud Cherry #8D104A

Tints of Rose Bud Cherry #8D104A

Color information

#8D104A (or 0x8D104A) is unknown color: approx Rose Bud Cherry. HEX triplet: 8D, 10 and 4A. RGB value is (141,16,74). Sum of RGB (Red+Green+Blue) = 141+16+74=231 (30% of max value = 765). Red value is 141 (55.47% from 255 or 61.04% from 231); Green value is 16 (6.64% from 255 or 6.93% from 231); Blue value is 74 (29.30% from 255 or 32.03% from 231); Max value from RGB is 141 - color contains mainly: red. Hex color #8D104A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D104A is #72EFB5. Grayscale: #3B3B3B. Windows color (decimal): -7532470 or 4853901. OLE color: 4853901.

HSL color Cylindrical-coordinate representation of color #8D104A: hue angle of 332.16º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8D104A is Cyan = 0, Magento = 0.89, Yellow = 0.48 and Black (K on CMYK) = 0.45.

Color convert

RGB1411674-
CMYK00.890.480.45
HSL332.16º79.62%30.78%-
HSV(B)332.16º88.65%55.29%-
XYZ12.416.537.08-
YUV59.99135.91185.78-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 61.04%
GREEN value IS 16 (6.64% from 255) = 6.93%
BLUE value IS 74 (29.30% from 255) = 32.03%
R=61.04%
G=6.93%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.48
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141167400.890.480.45332.1679.6230.78
Hex8D104A059302D14c501f
Octal215201120131605551412037
Binary1000110110000100101001011001110000101101101001100101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D104A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,16,74); }

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

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

 a { background-color: rgb(141,16,74); }

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

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

 span { border-color: rgb(141,16,74); }

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