Html Css Color HEX #8B140C Falu Red

📋 copy color: '#8B140C'

red 139 ◦ green 20 ◦ blue 12

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

Shades of Falu Red #8B140C

Tints of Falu Red #8B140C

RGB

 RED value IS 139 (54.69% from 255) = 81.29%

 GREEN value IS 20 (8.2% from 255) = 11.7%

 BLUE value IS 12 (5.08% from 255) = 7.02%

R = 81.29%
G = 11.7%
B = 7.02%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.91

 K value IS 0.45

RGB Variations

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

Color information

#8B140C (or 0x8B140C) is known color: Falu Red. HEX triplet: 8B, 14 and 0C. RGB value is (139,20,12). Sum of RGB (Red+Green+Blue) = 139+20+12=171 (22% of max value = 765). Red value is 139 (54.69% from 255 or 81.29% from 171); Green value is 20 (8.20% from 255 or 11.70% from 171); Blue value is 12 (5.08% from 255 or 7.02% from 171); Max value from RGB is 139 - color contains mainly: red. Hex color #8B140C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8B140C is #74EBF3. Grayscale: #363636. Windows color (decimal): -7662580 or 791691. OLE color: 791691.

HSL color Cylindrical-coordinate representation of color #8B140C: hue angle of 3.78º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8B140C is Cyan = 0, Magento = 0.86, Yellow = 0.91 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 20 12 -
CMYK 0 0.86 0.91 0.45
HSL 3.78º 0.84% 0.3% -
HSV(B) 3.78º 0.91% 0.55% -
XYZ 10.96 6.02 0.93 -
YUV 54.67 103.92 188.15 -
System Red Green Blue C M Y K H S L
Decimal 139 20 12 0 0.86 0.91 0.45 3.78 0.84 0.3
Hex 8B 14 C 0 56 5B 2D 4 54 1E
Octal 213 24 14 0 126 133 55 4 124 36
Binary 10001011 10100 1100 0 1010110 1011011 101101 100 1010100 11110

Color Harmonies of #8B140C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B140C

Black with #8B140C

Text Example


Text Example

White with #8B140C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,20,12); }

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

background-color css

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

 a { background-color: rgb(139,20,12); }

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

border-color css

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

 span { border-color: rgb(139,20,12); }

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