#8d1650

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

Shades of Rose Bud Cherry #8D1650

Tints of Rose Bud Cherry #8D1650

Color information

#8D1650 (or 0x8D1650) is unknown color: approx Rose Bud Cherry. HEX triplet: 8D, 16 and 50. RGB value is (141,22,80). Sum of RGB (Red+Green+Blue) = 141+22+80=243 (32% of max value = 765). Red value is 141 (55.47% from 255 or 58.02% from 243); Green value is 22 (8.98% from 255 or 9.05% from 243); Blue value is 80 (31.64% from 255 or 32.92% from 243); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1650 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D1650 is #72E9AF. Grayscale: #404040. Windows color (decimal): -7530928 or 5248653. OLE color: 5248653.

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

Color convert

RGB1412280-
CMYK00.840.430.45
HSL330.76º73.01%31.96%-
HSV(B)330.76º84.4%55.29%-
XYZ12.726.828.23-
YUV64.19136.92182.78-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 58.02%
GREEN value IS 22 (8.98% from 255) = 9.05%
BLUE value IS 80 (31.64% from 255) = 32.92%
R=58.02%
G=9.05%
B=32.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.43
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141228000.840.430.45330.7673.0131.96
Hex8D16500542B2D14b4920
Octal215261200124535551311140
Binary10001101101101010000010101001010111011011010010111001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8d1650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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