Html Css Color HEX #8B1413 Falu Red

📋 copy color: '#8B1413'

red 139 ◦ green 20 ◦ blue 19

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

Shades of Falu Red #8B1413

Tints of Falu Red #8B1413

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 10.67%

R = 78.09%
G = 11.24%
B = 10.67%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.86

 K value IS 0.45

RGB Variations

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

Color information

#8B1413 (or 0x8B1413) is known color: Falu Red. HEX triplet: 8B, 14 and 13. RGB value is (139,20,19). Sum of RGB (Red+Green+Blue) = 139+20+19=178 (23% of max value = 765). Red value is 139 (54.69% from 255 or 78.09% from 178); Green value is 20 (8.20% from 255 or 11.24% from 178); Blue value is 19 (7.81% from 255 or 10.67% from 178); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1413 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8B1413 is #74EBEC. Grayscale: #373737. Windows color (decimal): -7662573 or 1250443. OLE color: 1250443.

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

Color convert

RGB 139 20 19 -
CMYK 0 0.86 0.86 0.45
HSL 0.5º 0.76% 0.31% -
HSV(B) 0.5º 0.86% 0.55% -
XYZ 11.02 6.04 1.2 -
YUV 55.47 107.42 187.58 -
System Red Green Blue C M Y K H S L
Decimal 139 20 19 0 0.86 0.86 0.45 0.5 0.76 0.31
Hex 8B 14 13 0 56 56 2D 0 4C 1F
Octal 213 24 23 0 126 126 55 0 114 37
Binary 10001011 10100 10011 0 1010110 1010110 101101 0 1001100 11111

Color Harmonies of #8B1413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B1413

Black with #8B1413

Text Example


Text Example

White with #8B1413

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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