Html Css Color HEX #8D1E4F Rose Bud Cherry

📋 copy color: '#8D1E4F'

red 141 ◦ green 30 ◦ blue 79

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

Shades of Rose Bud Cherry #8D1E4F

Tints of Rose Bud Cherry #8D1E4F

RGB

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

 GREEN value IS 30 (12.11% from 255) = 12%

 BLUE value IS 79 (31.25% from 255) = 31.6%

R = 56.4%
G = 12%
B = 31.6%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.44

 K value IS 0.45

RGB Variations

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

Color information

#8D1E4F (or 0x8D1E4F) is known color: Rose Bud Cherry. HEX triplet: 8D, 1E and 4F. RGB value is (141,30,79). Sum of RGB (Red+Green+Blue) = 141+30+79=250 (33% of max value = 765). Red value is 141 (55.47% from 255 or 56.4% from 250); Green value is 30 (12.11% from 255 or 12% from 250); Blue value is 79 (31.25% from 255 or 31.6% from 250); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1E4F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D1E4F is #72E1B0. Grayscale: #444444. Windows color (decimal): -7528881 or 5185165. OLE color: 5185165.

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

Color convert

RGB 141 30 79 -
CMYK 0 0.79 0.44 0.45
HSL 333.51º 0.65% 0.34% -
HSV(B) 333.51º 0.79% 0.55% -
XYZ 12.86 7.16 8.1 -
YUV 68.78 133.77 179.52 -
System Red Green Blue C M Y K H S L
Decimal 141 30 79 0 0.79 0.44 0.45 333.51 0.65 0.34
Hex 8D 1E 4F 0 4F 2C 2D 14E 41 22
Octal 215 36 117 0 117 54 55 516 101 42
Binary 10001101 11110 1001111 0 1001111 101100 101101 101001110 1000001 100010

Color Harmonies of #8D1E4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D1E4F

Black with #8D1E4F

Text Example


Text Example

White with #8D1E4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,30,79); }

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

background-color css

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

 a { background-color: rgb(141,30,79); }

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

border-color css

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

 span { border-color: rgb(141,30,79); }

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