Html Css Color HEX #8D1D50 Rose Bud Cherry

📋 copy color: '#8D1D50'

red 141 ◦ green 29 ◦ blue 80

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

Shades of Rose Bud Cherry #8D1D50

Tints of Rose Bud Cherry #8D1D50

RGB

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

 GREEN value IS 29 (11.72% from 255) = 11.6%

 BLUE value IS 80 (31.64% from 255) = 32%

R = 56.4%
G = 11.6%
B = 32%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.43

 K value IS 0.45

RGB Variations

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

Color information

#8D1D50 (or 0x8D1D50) is known color: Rose Bud Cherry. HEX triplet: 8D, 1D and 50. RGB value is (141,29,80). Sum of RGB (Red+Green+Blue) = 141+29+80=250 (33% of max value = 765). Red value is 141 (55.47% from 255 or 56.4% from 250); Green value is 29 (11.72% from 255 or 11.6% from 250); Blue value is 80 (31.64% from 255 or 32% from 250); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1D50 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D1D50 is #72E2AF. Grayscale: #444444. Windows color (decimal): -7529136 or 5250445. OLE color: 5250445.

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

Color convert

RGB 141 29 80 -
CMYK 0 0.79 0.43 0.45
HSL 332.68º 0.66% 0.33% -
HSV(B) 332.68º 0.79% 0.55% -
XYZ 12.87 7.12 8.29 -
YUV 68.3 134.61 179.85 -
System Red Green Blue C M Y K H S L
Decimal 141 29 80 0 0.79 0.43 0.45 332.68 0.66 0.33
Hex 8D 1D 50 0 4F 2B 2D 14D 42 21
Octal 215 35 120 0 117 53 55 515 102 41
Binary 10001101 11101 1010000 0 1001111 101011 101101 101001101 1000010 100001

Color Harmonies of #8D1D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D1D50

Black with #8D1D50

Text Example


Text Example

White with #8D1D50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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