Html Css Color HEX #8D154C Rose Bud Cherry

📋 copy color: '#8D154C'

red 141 ◦ green 21 ◦ blue 76

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

Shades of Rose Bud Cherry #8D154C

Tints of Rose Bud Cherry #8D154C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 31.93%

R = 59.24%
G = 8.82%
B = 31.93%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.46

 K value IS 0.45

RGB Variations

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

Color information

#8D154C (or 0x8D154C) is known color: Rose Bud Cherry. HEX triplet: 8D, 15 and 4C. RGB value is (141,21,76). Sum of RGB (Red+Green+Blue) = 141+21+76=238 (31% of max value = 765). Red value is 141 (55.47% from 255 or 59.24% from 238); Green value is 21 (8.59% from 255 or 8.82% from 238); Blue value is 76 (30.08% from 255 or 31.93% from 238); Max value from RGB is 141 - color contains mainly: red. Hex color #8D154C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D154C is #72EAB3. Grayscale: #3F3F3F. Windows color (decimal): -7531188 or 4986253. OLE color: 4986253.

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

Color convert

RGB 141 21 76 -
CMYK 0 0.85 0.46 0.45
HSL 332.5º 0.74% 0.32% -
HSV(B) 332.5º 0.85% 0.55% -
XYZ 12.56 6.72 7.47 -
YUV 63.15 135.26 183.53 -
System Red Green Blue C M Y K H S L
Decimal 141 21 76 0 0.85 0.46 0.45 332.5 0.74 0.32
Hex 8D 15 4C 0 55 2E 2D 14C 4A 20
Octal 215 25 114 0 125 56 55 514 112 40
Binary 10001101 10101 1001100 0 1010101 101110 101101 101001100 1001010 100000

Color Harmonies of #8D154C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D154C

Black with #8D154C

Text Example


Text Example

White with #8D154C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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