Html Css Color HEX #8F393F Well Read

📋 copy color: '#8F393F'

red 143 ◦ green 57 ◦ blue 63

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

Shades of Well Read #8F393F

Tints of Well Read #8F393F

RGB

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

 GREEN value IS 57 (22.66% from 255) = 21.67%

 BLUE value IS 63 (25% from 255) = 23.95%

R = 54.37%
G = 21.67%
B = 23.95%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.56

 K value IS 0.44

RGB Variations

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

Color information

#8F393F (or 0x8F393F) is known color: Well Read. HEX triplet: 8F, 39 and 3F. RGB value is (143,57,63). Sum of RGB (Red+Green+Blue) = 143+57+63=263 (34% of max value = 765). Red value is 143 (56.25% from 255 or 54.37% from 263); Green value is 57 (22.66% from 255 or 21.67% from 263); Blue value is 63 (25% from 255 or 23.95% from 263); Max value from RGB is 143 - color contains mainly: red. Hex color #8F393F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F393F is #70C6C0. Grayscale: #535353. Windows color (decimal): -7390913 or 4143503. OLE color: 4143503.

HSL color Cylindrical-coordinate representation of color #8F393F: hue angle of 355.81º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8F393F is Cyan = 0, Magento = 0.60, Yellow = 0.56 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 57 63 -
CMYK 0 0.60 0.56 0.44
HSL 355.81º 0.43% 0.39% -
HSV(B) 355.81º 0.6% 0.56% -
XYZ 13.69 9.12 5.74 -
YUV 83.4 116.49 170.51 -
System Red Green Blue C M Y K H S L
Decimal 143 57 63 0 0.60 0.56 0.44 355.81 0.43 0.39
Hex 8F 39 3F 0 3C 38 2C 164 2B 27
Octal 217 71 77 0 74 70 54 544 53 47
Binary 10001111 111001 111111 0 111100 111000 101100 101100100 101011 100111

Color Harmonies of #8F393F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F393F

Black with #8F393F

Text Example


Text Example

White with #8F393F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,57,63); }

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

background-color css

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

 a { background-color: rgb(143,57,63); }

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

border-color css

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

 span { border-color: rgb(143,57,63); }

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