Html Css Color HEX #8C313D Well Read

📋 copy color: '#8C313D'

red 140 ◦ green 49 ◦ blue 61

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

Shades of Well Read #8C313D

Tints of Well Read #8C313D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 24.4%

R = 56%
G = 19.6%
B = 24.4%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.56

 K value IS 0.45

RGB Variations

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

Color information

#8C313D (or 0x8C313D) is known color: Well Read. HEX triplet: 8C, 31 and 3D. RGB value is (140,49,61). Sum of RGB (Red+Green+Blue) = 140+49+61=250 (33% of max value = 765). Red value is 140 (55.08% from 255 or 56% from 250); Green value is 49 (19.53% from 255 or 19.6% from 250); Blue value is 61 (24.22% from 255 or 24.4% from 250); Max value from RGB is 140 - color contains mainly: red. Hex color #8C313D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C313D is #73CEC2. Grayscale: #4D4D4D. Windows color (decimal): -7589571 or 4010380. OLE color: 4010380.

HSL color Cylindrical-coordinate representation of color #8C313D: hue angle of 352.09º 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 #8C313D is Cyan = 0, Magento = 0.65, Yellow = 0.56 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 49 61 -
CMYK 0 0.65 0.56 0.45
HSL 352.09º 0.48% 0.37% -
HSV(B) 352.09º 0.65% 0.55% -
XYZ 12.76 8.11 5.31 -
YUV 77.58 118.65 172.52 -
System Red Green Blue C M Y K H S L
Decimal 140 49 61 0 0.65 0.56 0.45 352.09 0.48 0.37
Hex 8C 31 3D 0 41 38 2D 160 30 25
Octal 214 61 75 0 101 70 55 540 60 45
Binary 10001100 110001 111101 0 1000001 111000 101101 101100000 110000 100101

Color Harmonies of #8C313D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C313D

Black with #8C313D

Text Example


Text Example

White with #8C313D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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