#8D1C50

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

Shades of Rose Bud Cherry #8D1C50

Tints of Rose Bud Cherry #8D1C50

Color information

#8D1C50 (or 0x8D1C50) is unknown color: approx Rose Bud Cherry. HEX triplet: 8D, 1C and 50. RGB value is (141,28,80). Sum of RGB (Red+Green+Blue) = 141+28+80=249 (32% of max value = 765). Red value is 141 (55.47% from 255 or 56.63% from 249); Green value is 28 (11.33% from 255 or 11.24% from 249); Blue value is 80 (31.64% from 255 or 32.13% from 249); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1C50 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D1C50 is #72E3AF. Grayscale: #434343. Windows color (decimal): -7529392 or 5250189. OLE color: 5250189.

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

Color convert

RGB1412880-
CMYK00.800.430.45
HSL332.39º66.86%33.14%-
HSV(B)332.39º80.14%55.29%-
XYZ12.857.078.28-
YUV67.72134.94180.27-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 56.63%
GREEN value IS 28 (11.33% from 255) = 11.24%
BLUE value IS 80 (31.64% from 255) = 32.13%
R=56.63%
G=11.24%
B=32.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.43
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141288000.800.430.45332.3966.8633.14
Hex8D1C500502B2D14c4321
Octal215341200120535551410341
Binary10001101111001010000010100001010111011011010011001000011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D1C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,28,80); }

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

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

 a { background-color: rgb(141,28,80); }

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

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

 span { border-color: rgb(141,28,80); }

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