Html Css Color HEX #8C313F Well Read

📋 copy color: '#8C313F'

red 140 ◦ green 49 ◦ blue 63

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

Shades of Well Read #8C313F

Tints of Well Read #8C313F

RGB

 RED value IS 140 (55.08% from 255) = 55.56%

 GREEN value IS 49 (19.53% from 255) = 19.44%

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

R = 55.56%
G = 19.44%
B = 25%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.55

 K value IS 0.45

RGB Variations

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

Color information

#8C313F (or 0x8C313F) is known color: Well Read. HEX triplet: 8C, 31 and 3F. RGB value is (140,49,63). Sum of RGB (Red+Green+Blue) = 140+49+63=252 (33% of max value = 765). Red value is 140 (55.08% from 255 or 55.56% from 252); Green value is 49 (19.53% from 255 or 19.44% from 252); Blue value is 63 (25% from 255 or 25% from 252); Max value from RGB is 140 - color contains mainly: red. Hex color #8C313F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C313F is #73CEC0. Grayscale: #4D4D4D. Windows color (decimal): -7589569 or 4141452. OLE color: 4141452.

HSL color Cylindrical-coordinate representation of color #8C313F: hue angle of 350.77º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8C313F is Cyan = 0, Magento = 0.65, Yellow = 0.55 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 49 63 -
CMYK 0 0.65 0.55 0.45
HSL 350.77º 0.48% 0.37% -
HSV(B) 350.77º 0.65% 0.55% -
XYZ 12.81 8.13 5.6 -
YUV 77.81 119.65 172.36 -
System Red Green Blue C M Y K H S L
Decimal 140 49 63 0 0.65 0.55 0.45 350.77 0.48 0.37
Hex 8C 31 3F 0 41 37 2D 15F 30 25
Octal 214 61 77 0 101 67 55 537 60 45
Binary 10001100 110001 111111 0 1000001 110111 101101 101011111 110000 100101

Color Harmonies of #8C313F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C313F

Black with #8C313F

Text Example


Text Example

White with #8C313F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,49,63); }

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

background-color css

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

 a { background-color: rgb(140,49,63); }

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

border-color css

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

 span { border-color: rgb(140,49,63); }

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