Html Css Color HEX #8D2C5F Rose Bud Cherry

📋 copy color: '#8D2C5F'

red 141 ◦ green 44 ◦ blue 95

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

Shades of Rose Bud Cherry #8D2C5F

Tints of Rose Bud Cherry #8D2C5F

RGB

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

 GREEN value IS 44 (17.58% from 255) = 15.71%

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

R = 50.36%
G = 15.71%
B = 33.93%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.33

 K value IS 0.45

RGB Variations

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

Color information

#8D2C5F (or 0x8D2C5F) is known color: Rose Bud Cherry. HEX triplet: 8D, 2C and 5F. RGB value is (141,44,95). Sum of RGB (Red+Green+Blue) = 141+44+95=280 (37% of max value = 765). Red value is 141 (55.47% from 255 or 50.36% from 280); Green value is 44 (17.58% from 255 or 15.71% from 280); Blue value is 95 (37.5% from 255 or 33.93% from 280); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2C5F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D2C5F is #72D3A0. Grayscale: #4E4E4E. Windows color (decimal): -7525281 or 6237325. OLE color: 6237325.

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

Color convert

RGB 141 44 95 -
CMYK 0 0.69 0.33 0.45
HSL 328.45º 0.52% 0.36% -
HSV(B) 328.45º 0.69% 0.55% -
XYZ 13.95 8.29 11.69 -
YUV 78.82 137.14 172.35 -
System Red Green Blue C M Y K H S L
Decimal 141 44 95 0 0.69 0.33 0.45 328.45 0.52 0.36
Hex 8D 2C 5F 0 45 21 2D 148 34 24
Octal 215 54 137 0 105 41 55 510 64 44
Binary 10001101 101100 1011111 0 1000101 100001 101101 101001000 110100 100100

Color Harmonies of #8D2C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D2C5F

Black with #8D2C5F

Text Example


Text Example

White with #8D2C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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