Html Css Color HEX #8D2454 Rose Bud Cherry

📋 copy color: '#8D2454'

red 141 ◦ green 36 ◦ blue 84

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

Shades of Rose Bud Cherry #8D2454

Tints of Rose Bud Cherry #8D2454

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.79%

 BLUE value IS 84 (33.2% from 255) = 32.18%

R = 54.02%
G = 13.79%
B = 32.18%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.40

 K value IS 0.45

RGB Variations

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

Color information

#8D2454 (or 0x8D2454) is known color: Rose Bud Cherry. HEX triplet: 8D, 24 and 54. RGB value is (141,36,84). Sum of RGB (Red+Green+Blue) = 141+36+84=261 (34% of max value = 765). Red value is 141 (55.47% from 255 or 54.02% from 261); Green value is 36 (14.45% from 255 or 13.79% from 261); Blue value is 84 (33.20% from 255 or 32.18% from 261); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2454 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D2454 is #72DBAB. Grayscale: #484848. Windows color (decimal): -7527340 or 5514381. OLE color: 5514381.

HSL color Cylindrical-coordinate representation of color #8D2454: hue angle of 332.57º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8D2454 is Cyan = 0, Magento = 0.74, Yellow = 0.40 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 36 84 -
CMYK 0 0.74 0.40 0.45
HSL 332.57º 0.59% 0.35% -
HSV(B) 332.57º 0.74% 0.55% -
XYZ 13.22 7.56 9.15 -
YUV 72.87 134.29 176.6 -
System Red Green Blue C M Y K H S L
Decimal 141 36 84 0 0.74 0.40 0.45 332.57 0.59 0.35
Hex 8D 24 54 0 4A 28 2D 14D 3B 23
Octal 215 44 124 0 112 50 55 515 73 43
Binary 10001101 100100 1010100 0 1001010 101000 101101 101001101 111011 100011

Color Harmonies of #8D2454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D2454

Black with #8D2454

Text Example


Text Example

White with #8D2454

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,36,84); }

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

background-color css

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

 a { background-color: rgb(141,36,84); }

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

border-color css

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

 span { border-color: rgb(141,36,84); }

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