Html Css Color HEX #8D375D Rose Bud Cherry

📋 copy color: '#8D375D'

red 141 ◦ green 55 ◦ blue 93

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

Shades of Rose Bud Cherry #8D375D

Tints of Rose Bud Cherry #8D375D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 19.03%

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

R = 48.79%
G = 19.03%
B = 32.18%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.34

 K value IS 0.45

RGB Variations

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

Color information

#8D375D (or 0x8D375D) is known color: Rose Bud Cherry. HEX triplet: 8D, 37 and 5D. RGB value is (141,55,93). Sum of RGB (Red+Green+Blue) = 141+55+93=289 (38% of max value = 765). Red value is 141 (55.47% from 255 or 48.79% from 289); Green value is 55 (21.88% from 255 or 19.03% from 289); Blue value is 93 (36.72% from 255 or 32.18% from 289); Max value from RGB is 141 - color contains mainly: red. Hex color #8D375D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D375D is #72C8A2. Grayscale: #545454. Windows color (decimal): -7522467 or 6109069. OLE color: 6109069.

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

Color convert

RGB 141 55 93 -
CMYK 0 0.61 0.34 0.45
HSL 333.49º 0.44% 0.38% -
HSV(B) 333.49º 0.61% 0.55% -
XYZ 14.33 9.19 11.37 -
YUV 85.05 132.49 167.91 -
System Red Green Blue C M Y K H S L
Decimal 141 55 93 0 0.61 0.34 0.45 333.49 0.44 0.38
Hex 8D 37 5D 0 3D 22 2D 14D 2C 26
Octal 215 67 135 0 75 42 55 515 54 46
Binary 10001101 110111 1011101 0 111101 100010 101101 101001101 101100 100110

Color Harmonies of #8D375D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D375D

Black with #8D375D

Text Example


Text Example

White with #8D375D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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