Html Css Color HEX #8D375F Rose Bud Cherry

📋 copy color: '#8D375F'

red 141 ◦ green 55 ◦ blue 95

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

Shades of Rose Bud Cherry #8D375F

Tints of Rose Bud Cherry #8D375F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 32.65%

R = 48.45%
G = 18.9%
B = 32.65%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.33

 K value IS 0.45

RGB Variations

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

Color information

#8D375F (or 0x8D375F) is known color: Rose Bud Cherry. HEX triplet: 8D, 37 and 5F. RGB value is (141,55,95). Sum of RGB (Red+Green+Blue) = 141+55+95=291 (38% of max value = 765). Red value is 141 (55.47% from 255 or 48.45% from 291); Green value is 55 (21.88% from 255 or 18.90% from 291); Blue value is 95 (37.5% from 255 or 32.65% from 291); Max value from RGB is 141 - color contains mainly: red. Hex color #8D375F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D375F is #72C8A0. Grayscale: #555555. Windows color (decimal): -7522465 or 6240141. OLE color: 6240141.

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

Color convert

RGB 141 55 95 -
CMYK 0 0.61 0.33 0.45
HSL 332.09º 0.44% 0.38% -
HSV(B) 332.09º 0.61% 0.55% -
XYZ 14.42 9.22 11.85 -
YUV 85.27 133.49 167.75 -
System Red Green Blue C M Y K H S L
Decimal 141 55 95 0 0.61 0.33 0.45 332.09 0.44 0.38
Hex 8D 37 5F 0 3D 21 2D 14C 2C 26
Octal 215 67 137 0 75 41 55 514 54 46
Binary 10001101 110111 1011111 0 111101 100001 101101 101001100 101100 100110

Color Harmonies of #8D375F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D375F

Black with #8D375F

Text Example


Text Example

White with #8D375F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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