Html Css Color HEX #8D1551 Rose Bud Cherry

📋 copy color: '#8D1551'

red 141 ◦ green 21 ◦ blue 81

#8D1551
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rose Bud Cherry #8D1551

Tints of Rose Bud Cherry #8D1551

RGB

 RED value IS 141 (55.47% from 255) = 58.02%

 GREEN value IS 21 (8.59% from 255) = 8.64%

 BLUE value IS 81 (32.03% from 255) = 33.33%

R = 58.02%
G = 8.64%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.43

 K value IS 0.45

RGB Variations

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

Color information

#8D1551 (or 0x8D1551) is known color: Rose Bud Cherry. HEX triplet: 8D, 15 and 51. RGB value is (141,21,81). Sum of RGB (Red+Green+Blue) = 141+21+81=243 (32% of max value = 765). Red value is 141 (55.47% from 255 or 58.02% from 243); Green value is 21 (8.59% from 255 or 8.64% from 243); Blue value is 81 (32.03% from 255 or 33.33% from 243); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1551 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D1551 is #72EAAE. Grayscale: #3F3F3F. Windows color (decimal): -7531183 or 5313933. OLE color: 5313933.

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

Color convert

RGB 141 21 81 -
CMYK 0 0.85 0.43 0.45
HSL 330º 0.74% 0.32% -
HSV(B) 330º 0.85% 0.55% -
XYZ 12.74 6.79 8.42 -
YUV 63.72 137.76 183.12 -
System Red Green Blue C M Y K H S L
Decimal 141 21 81 0 0.85 0.43 0.45 330 0.74 0.32
Hex 8D 15 51 0 55 2B 2D 14A 4A 20
Octal 215 25 121 0 125 53 55 512 112 40
Binary 10001101 10101 1010001 0 1010101 101011 101101 101001010 1001010 100000

Color Harmonies of #8D1551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D1551

Black with #8D1551

Text Example


Text Example

White with #8D1551

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8D1551;
 }
 .AnyTagClassName
 {
   color: #8D1551;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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