Html Css Color HEX #8D5F4B Spicy Mix

📋 copy color: '#8D5F4B'

red 141 ◦ green 95 ◦ blue 75

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

Shades of Spicy Mix #8D5F4B

Tints of Spicy Mix #8D5F4B

RGB

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

 GREEN value IS 95 (37.5% from 255) = 30.55%

 BLUE value IS 75 (29.69% from 255) = 24.12%

R = 45.34%
G = 30.55%
B = 24.12%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.47

 K value IS 0.45

RGB Variations

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

Color information

#8D5F4B (or 0x8D5F4B) is known color: Spicy Mix. HEX triplet: 8D, 5F and 4B. RGB value is (141,95,75). Sum of RGB (Red+Green+Blue) = 141+95+75=311 (41% of max value = 765). Red value is 141 (55.47% from 255 or 45.34% from 311); Green value is 95 (37.5% from 255 or 30.55% from 311); Blue value is 75 (29.69% from 255 or 24.12% from 311); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5F4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D5F4B is #72A0B4. Grayscale: #6A6A6A. Windows color (decimal): -7512245 or 4939661. OLE color: 4939661.

HSL color Cylindrical-coordinate representation of color #8D5F4B: hue angle of 18.18º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8D5F4B is Cyan = 0, Magento = 0.33, Yellow = 0.47 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 95 75 -
CMYK 0 0.33 0.47 0.45
HSL 18.18º 0.31% 0.42% -
HSV(B) 18.18º 0.47% 0.55% -
XYZ 16.35 14.36 8.57 -
YUV 106.47 110.24 152.63 -
System Red Green Blue C M Y K H S L
Decimal 141 95 75 0 0.33 0.47 0.45 18.18 0.31 0.42
Hex 8D 5F 4B 0 21 2F 2D 12 1F 2A
Octal 215 137 113 0 41 57 55 22 37 52
Binary 10001101 1011111 1001011 0 100001 101111 101101 10010 11111 101010

Color Harmonies of #8D5F4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D5F4B

Black with #8D5F4B

Text Example


Text Example

White with #8D5F4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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