#8D1B51

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

Shades of Rose Bud Cherry #8D1B51

Tints of Rose Bud Cherry #8D1B51

Color information

#8D1B51 (or 0x8D1B51) is unknown color: approx Rose Bud Cherry. HEX triplet: 8D, 1B and 51. RGB value is (141,27,81). Sum of RGB (Red+Green+Blue) = 141+27+81=249 (32% of max value = 765). Red value is 141 (55.47% from 255 or 56.63% from 249); Green value is 27 (10.94% from 255 or 10.84% from 249); Blue value is 81 (32.03% from 255 or 32.53% from 249); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1B51 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D1B51 is #72E4AE. Grayscale: #434343. Windows color (decimal): -7529647 or 5315469. OLE color: 5315469.

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

Color convert

RGB1412781-
CMYK00.810.430.45
HSL331.58º67.86%32.94%-
HSV(B)331.58º80.85%55.29%-
XYZ12.867.048.47-
YUV67.24135.77180.61-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 56.63%
GREEN value IS 27 (10.94% from 255) = 10.84%
BLUE value IS 81 (32.03% from 255) = 32.53%
R=56.63%
G=10.84%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.43
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141278100.810.430.45331.5867.8632.94
Hex8D1B510512B2D14c4421
Octal215331210121535551410441
Binary10001101110111010001010100011010111011011010011001000100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D1B51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,27,81); }

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

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

 a { background-color: rgb(141,27,81); }

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

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

 span { border-color: rgb(141,27,81); }

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