Html Css Color HEX #8D295D Rose Bud Cherry

📋 copy color: '#8D295D'

red 141 ◦ green 41 ◦ blue 93

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

Shades of Rose Bud Cherry #8D295D

Tints of Rose Bud Cherry #8D295D

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.91%

 BLUE value IS 93 (36.72% from 255) = 33.82%

R = 51.27%
G = 14.91%
B = 33.82%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.34

 K value IS 0.45

RGB Variations

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

Color information

#8D295D (or 0x8D295D) is known color: Rose Bud Cherry. HEX triplet: 8D, 29 and 5D. RGB value is (141,41,93). Sum of RGB (Red+Green+Blue) = 141+41+93=275 (36% of max value = 765). Red value is 141 (55.47% from 255 or 51.27% from 275); Green value is 41 (16.41% from 255 or 14.91% from 275); Blue value is 93 (36.72% from 255 or 33.82% from 275); Max value from RGB is 141 - color contains mainly: red. Hex color #8D295D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D295D is #72D6A2. Grayscale: #4C4C4C. Windows color (decimal): -7526051 or 6105485. OLE color: 6105485.

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

Color convert

RGB 141 41 93 -
CMYK 0 0.71 0.34 0.45
HSL 328.8º 0.55% 0.36% -
HSV(B) 328.8º 0.71% 0.55% -
XYZ 13.75 8.04 11.18 -
YUV 76.83 137.13 173.77 -
System Red Green Blue C M Y K H S L
Decimal 141 41 93 0 0.71 0.34 0.45 328.8 0.55 0.36
Hex 8D 29 5D 0 47 22 2D 149 37 24
Octal 215 51 135 0 107 42 55 511 67 44
Binary 10001101 101001 1011101 0 1000111 100010 101101 101001001 110111 100100

Color Harmonies of #8D295D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D295D

Black with #8D295D

Text Example


Text Example

White with #8D295D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,41,93); }

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

background-color css

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

 a { background-color: rgb(141,41,93); }

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

border-color css

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

 span { border-color: rgb(141,41,93); }

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