Html Css Color HEX #8D1D5F Rose Bud Cherry

📋 copy color: '#8D1D5F'

red 141 ◦ green 29 ◦ blue 95

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

Shades of Rose Bud Cherry #8D1D5F

Tints of Rose Bud Cherry #8D1D5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 35.85%

R = 53.21%
G = 10.94%
B = 35.85%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.33

 K value IS 0.45

RGB Variations

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

Color information

#8D1D5F (or 0x8D1D5F) is known color: Rose Bud Cherry. HEX triplet: 8D, 1D and 5F. RGB value is (141,29,95). Sum of RGB (Red+Green+Blue) = 141+29+95=265 (35% of max value = 765). Red value is 141 (55.47% from 255 or 53.21% from 265); Green value is 29 (11.72% from 255 or 10.94% from 265); Blue value is 95 (37.5% from 255 or 35.85% from 265); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1D5F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D1D5F is #72E2A0. Grayscale: #454545. Windows color (decimal): -7529121 or 6233485. OLE color: 6233485.

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

Color convert

RGB 141 29 95 -
CMYK 0 0.79 0.33 0.45
HSL 324.64º 0.66% 0.33% -
HSV(B) 324.64º 0.79% 0.55% -
XYZ 13.49 7.37 11.54 -
YUV 70.01 142.11 178.63 -
System Red Green Blue C M Y K H S L
Decimal 141 29 95 0 0.79 0.33 0.45 324.64 0.66 0.33
Hex 8D 1D 5F 0 4F 21 2D 145 42 21
Octal 215 35 137 0 117 41 55 505 102 41
Binary 10001101 11101 1011111 0 1001111 100001 101101 101000101 1000010 100001

Color Harmonies of #8D1D5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D1D5F

Black with #8D1D5F

Text Example


Text Example

White with #8D1D5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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