#8D104C

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

Shades of Rose Bud Cherry #8D104C

Tints of Rose Bud Cherry #8D104C

Color information

#8D104C (or 0x8D104C) is unknown color: approx Rose Bud Cherry. HEX triplet: 8D, 10 and 4C. RGB value is (141,16,76). Sum of RGB (Red+Green+Blue) = 141+16+76=233 (30% of max value = 765). Red value is 141 (55.47% from 255 or 60.52% from 233); Green value is 16 (6.64% from 255 or 6.87% from 233); Blue value is 76 (30.08% from 255 or 32.62% from 233); Max value from RGB is 141 - color contains mainly: red. Hex color #8D104C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D104C is #72EFB3. Grayscale: #3C3C3C. Windows color (decimal): -7532468 or 4984973. OLE color: 4984973.

HSL color Cylindrical-coordinate representation of color #8D104C: hue angle of 331.2º 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 #8D104C is Cyan = 0, Magento = 0.89, Yellow = 0.46 and Black (K on CMYK) = 0.45.

Color convert

RGB1411676-
CMYK00.890.460.45
HSL331.2º79.62%30.78%-
HSV(B)331.2º88.65%55.29%-
XYZ12.476.567.45-
YUV60.22136.91185.62-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 60.52%
GREEN value IS 16 (6.64% from 255) = 6.87%
BLUE value IS 76 (30.08% from 255) = 32.62%
R=60.52%
G=6.87%
B=32.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.46
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141167600.890.460.45331.279.6230.78
Hex8D104C0592E2D14b501f
Octal215201140131565551312037
Binary1000110110000100110001011001101110101101101001011101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D104C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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