Html Css Color HEX #8F363C Well Read

📋 copy color: '#8F363C'

red 143 ◦ green 54 ◦ blue 60

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

Shades of Well Read #8F363C

Tints of Well Read #8F363C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 21.01%

 BLUE value IS 60 (23.83% from 255) = 23.35%

R = 55.64%
G = 21.01%
B = 23.35%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.58

 K value IS 0.44

RGB Variations

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

Color information

#8F363C (or 0x8F363C) is known color: Well Read. HEX triplet: 8F, 36 and 3C. RGB value is (143,54,60). Sum of RGB (Red+Green+Blue) = 143+54+60=257 (34% of max value = 765). Red value is 143 (56.25% from 255 or 55.64% from 257); Green value is 54 (21.48% from 255 or 21.01% from 257); Blue value is 60 (23.83% from 255 or 23.35% from 257); Max value from RGB is 143 - color contains mainly: red. Hex color #8F363C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F363C is #70C9C3. Grayscale: #515151. Windows color (decimal): -7391684 or 3946127. OLE color: 3946127.

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

Color convert

RGB 143 54 60 -
CMYK 0 0.62 0.58 0.44
HSL 355.96º 0.45% 0.39% -
HSV(B) 355.96º 0.62% 0.56% -
XYZ 13.46 8.8 5.26 -
YUV 81.3 115.99 172.01 -
System Red Green Blue C M Y K H S L
Decimal 143 54 60 0 0.62 0.58 0.44 355.96 0.45 0.39
Hex 8F 36 3C 0 3E 3A 2C 164 2D 27
Octal 217 66 74 0 76 72 54 544 55 47
Binary 10001111 110110 111100 0 111110 111010 101100 101100100 101101 100111

Color Harmonies of #8F363C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F363C

Black with #8F363C

Text Example


Text Example

White with #8F363C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,54,60); }

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

background-color css

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

 a { background-color: rgb(143,54,60); }

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

border-color css

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

 span { border-color: rgb(143,54,60); }

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