Html Css Color HEX #8D124C Rose Bud Cherry

📋 copy color: '#8D124C'

red 141 ◦ green 18 ◦ blue 76

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

Shades of Rose Bud Cherry #8D124C

Tints of Rose Bud Cherry #8D124C

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.66%

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

R = 60%
G = 7.66%
B = 32.34%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.46

 K value IS 0.45

RGB Variations

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

Color information

#8D124C (or 0x8D124C) is known color: Rose Bud Cherry. HEX triplet: 8D, 12 and 4C. RGB value is (141,18,76). Sum of RGB (Red+Green+Blue) = 141+18+76=235 (31% of max value = 765). Red value is 141 (55.47% from 255 or 60% from 235); Green value is 18 (7.42% from 255 or 7.66% from 235); Blue value is 76 (30.08% from 255 or 32.34% from 235); Max value from RGB is 141 - color contains mainly: red. Hex color #8D124C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D124C is #72EDB3. Grayscale: #3D3D3D. Windows color (decimal): -7531956 or 4985485. OLE color: 4985485.

HSL color Cylindrical-coordinate representation of color #8D124C: hue angle of 331.71º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8D124C is Cyan = 0, Magento = 0.87, Yellow = 0.46 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 18 76 -
CMYK 0 0.87 0.46 0.45
HSL 331.71º 0.77% 0.31% -
HSV(B) 331.71º 0.87% 0.55% -
XYZ 12.51 6.62 7.46 -
YUV 61.39 136.25 184.78 -
System Red Green Blue C M Y K H S L
Decimal 141 18 76 0 0.87 0.46 0.45 331.71 0.77 0.31
Hex 8D 12 4C 0 57 2E 2D 14C 4D 1F
Octal 215 22 114 0 127 56 55 514 115 37
Binary 10001101 10010 1001100 0 1010111 101110 101101 101001100 1001101 11111

Color Harmonies of #8D124C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D124C

Black with #8D124C

Text Example


Text Example

White with #8D124C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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