Html Css Color HEX #8F4947 Matrix

📋 copy color: '#8F4947'

red 143 ◦ green 73 ◦ blue 71

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

Shades of Matrix #8F4947

Tints of Matrix #8F4947

RGB

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

 GREEN value IS 73 (28.91% from 255) = 25.44%

 BLUE value IS 71 (28.13% from 255) = 24.74%

R = 49.83%
G = 25.44%
B = 24.74%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.50

 K value IS 0.44

RGB Variations

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

Color information

#8F4947 (or 0x8F4947) is known color: Matrix. HEX triplet: 8F, 49 and 47. RGB value is (143,73,71). Sum of RGB (Red+Green+Blue) = 143+73+71=287 (38% of max value = 765). Red value is 143 (56.25% from 255 or 49.83% from 287); Green value is 73 (28.91% from 255 or 25.44% from 287); Blue value is 71 (28.12% from 255 or 24.74% from 287); Max value from RGB is 143 - color contains mainly: red. Hex color #8F4947 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F4947 is #70B6B8. Grayscale: #5D5D5D. Windows color (decimal): -7386809 or 4671887. OLE color: 4671887.

HSL color Cylindrical-coordinate representation of color #8F4947: hue angle of 1.67º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8F4947 is Cyan = 0, Magento = 0.49, Yellow = 0.50 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 73 71 -
CMYK 0 0.49 0.50 0.44
HSL 1.67º 0.34% 0.42% -
HSV(B) 1.67º 0.5% 0.56% -
XYZ 14.85 11.06 7.31 -
YUV 93.7 115.19 163.16 -
System Red Green Blue C M Y K H S L
Decimal 143 73 71 0 0.49 0.50 0.44 1.67 0.34 0.42
Hex 8F 49 47 0 31 32 2C 2 22 2A
Octal 217 111 107 0 61 62 54 2 42 52
Binary 10001111 1001001 1000111 0 110001 110010 101100 10 100010 101010

Color Harmonies of #8F4947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F4947

Black with #8F4947

Text Example


Text Example

White with #8F4947

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,73,71); }

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

background-color css

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

 a { background-color: rgb(143,73,71); }

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

border-color css

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

 span { border-color: rgb(143,73,71); }

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