#8F343A

Color #8F343A Well Read (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Well Read #8F343A

Tints of Well Read #8F343A

Color information

#8F343A (or 0x8F343A) is unknown color: approx Well Read. HEX triplet: 8F, 34 and 3A. RGB value is (143,52,58). Sum of RGB (Red+Green+Blue) = 143+52+58=253 (33% of max value = 765). Red value is 143 (56.25% from 255 or 56.52% from 253); Green value is 52 (20.70% from 255 or 20.55% from 253); Blue value is 58 (23.05% from 255 or 22.92% from 253); Max value from RGB is 143 - color contains mainly: red. Hex color #8F343A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F343A is #70CBC5. Grayscale: #4F4F4F. Windows color (decimal): -7392198 or 3814543. OLE color: 3814543.

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

Color convert

RGB1435258-
CMYK00.640.590.44
HSL356.04º46.67%38.24%-
HSV(B)356.04º63.64%56.08%-
XYZ13.328.64.96-
YUV79.89115.65173.01-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 56.52%
GREEN value IS 52 (20.70% from 255) = 20.55%
BLUE value IS 58 (23.05% from 255) = 22.92%
R=56.52%
G=20.55%
B=22.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.59
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143525800.640.590.44356.0446.6738.24
Hex8F343A0403B2C1642f26
Octal2176472010073545445746
Binary1000111111010011101001000000111011101100101100100101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F343A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,52,58); }

 H1.HeaderClassName
 {
   color: #8F343A;
 }
 .AnyTagClassName
 {
   color: #8F343A;
 }
</style>
background-color css

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

 a { background-color: rgb(143,52,58); }

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

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

 span { border-color: rgb(143,52,58); }

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