Html Css Color HEX #8F4142 Stiletto

📋 copy color: '#8F4142'

red 143 ◦ green 65 ◦ blue 66

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

Shades of Stiletto #8F4142

Tints of Stiletto #8F4142

RGB

 RED value IS 143 (56.25% from 255) = 52.19%

 GREEN value IS 65 (25.78% from 255) = 23.72%

 BLUE value IS 66 (26.17% from 255) = 24.09%

R = 52.19%
G = 23.72%
B = 24.09%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.54

 K value IS 0.44

RGB Variations

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

Color information

#8F4142 (or 0x8F4142) is known color: Stiletto. HEX triplet: 8F, 41 and 42. RGB value is (143,65,66). Sum of RGB (Red+Green+Blue) = 143+65+66=274 (36% of max value = 765). Red value is 143 (56.25% from 255 or 52.19% from 274); Green value is 65 (25.78% from 255 or 23.72% from 274); Blue value is 66 (26.17% from 255 or 24.09% from 274); Max value from RGB is 143 - color contains mainly: red. Hex color #8F4142 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F4142 is #70BEBD. Grayscale: #585858. Windows color (decimal): -7388862 or 4342159. OLE color: 4342159.

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

Color convert

RGB 143 65 66 -
CMYK 0 0.55 0.54 0.44
HSL 359.23º 0.38% 0.41% -
HSV(B) 359.23º 0.55% 0.56% -
XYZ 14.2 10.01 6.34 -
YUV 88.44 115.34 166.92 -
System Red Green Blue C M Y K H S L
Decimal 143 65 66 0 0.55 0.54 0.44 359.23 0.38 0.41
Hex 8F 41 42 0 37 36 2C 167 26 29
Octal 217 101 102 0 67 66 54 547 46 51
Binary 10001111 1000001 1000010 0 110111 110110 101100 101100111 100110 101001

Color Harmonies of #8F4142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F4142

Black with #8F4142

Text Example


Text Example

White with #8F4142

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,65,66); }

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

background-color css

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

 a { background-color: rgb(143,65,66); }

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

border-color css

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

 span { border-color: rgb(143,65,66); }

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