Html Css Color HEX #8D375B Rose Bud Cherry

📋 copy color: '#8D375B'

red 141 ◦ green 55 ◦ blue 91

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

Shades of Rose Bud Cherry #8D375B

Tints of Rose Bud Cherry #8D375B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 31.71%

R = 49.13%
G = 19.16%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.35

 K value IS 0.45

RGB Variations

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

Color information

#8D375B (or 0x8D375B) is known color: Rose Bud Cherry. HEX triplet: 8D, 37 and 5B. RGB value is (141,55,91). Sum of RGB (Red+Green+Blue) = 141+55+91=287 (38% of max value = 765). Red value is 141 (55.47% from 255 or 49.13% from 287); Green value is 55 (21.88% from 255 or 19.16% from 287); Blue value is 91 (35.94% from 255 or 31.71% from 287); Max value from RGB is 141 - color contains mainly: red. Hex color #8D375B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D375B is #72C8A4. Grayscale: #545454. Windows color (decimal): -7522469 or 5977997. OLE color: 5977997.

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

Color convert

RGB 141 55 91 -
CMYK 0 0.61 0.35 0.45
HSL 334.88º 0.44% 0.38% -
HSV(B) 334.88º 0.61% 0.55% -
XYZ 14.24 9.15 10.91 -
YUV 84.82 131.49 168.07 -
System Red Green Blue C M Y K H S L
Decimal 141 55 91 0 0.61 0.35 0.45 334.88 0.44 0.38
Hex 8D 37 5B 0 3D 23 2D 14F 2C 26
Octal 215 67 133 0 75 43 55 517 54 46
Binary 10001101 110111 1011011 0 111101 100011 101101 101001111 101100 100110

Color Harmonies of #8D375B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D375B

Black with #8D375B

Text Example


Text Example

White with #8D375B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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