Html Css Color HEX #8B1A11 Falu Red

📋 copy color: '#8B1A11'

red 139 ◦ green 26 ◦ blue 17

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

Shades of Falu Red #8B1A11

Tints of Falu Red #8B1A11

RGB

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

 GREEN value IS 26 (10.55% from 255) = 14.29%

 BLUE value IS 17 (7.03% from 255) = 9.34%

R = 76.37%
G = 14.29%
B = 9.34%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.88

 K value IS 0.45

RGB Variations

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

Color information

#8B1A11 (or 0x8B1A11) is known color: Falu Red. HEX triplet: 8B, 1A and 11. RGB value is (139,26,17). Sum of RGB (Red+Green+Blue) = 139+26+17=182 (24% of max value = 765). Red value is 139 (54.69% from 255 or 76.37% from 182); Green value is 26 (10.55% from 255 or 14.29% from 182); Blue value is 17 (7.03% from 255 or 9.34% from 182); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1A11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B1A11 is #74E5EE. Grayscale: #3A3A3A. Windows color (decimal): -7661039 or 1120907. OLE color: 1120907.

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

Color convert

RGB 139 26 17 -
CMYK 0 0.81 0.88 0.45
HSL 4.43º 0.78% 0.31% -
HSV(B) 4.43º 0.88% 0.55% -
XYZ 11.12 6.27 1.15 -
YUV 58.76 104.44 185.23 -
System Red Green Blue C M Y K H S L
Decimal 139 26 17 0 0.81 0.88 0.45 4.43 0.78 0.31
Hex 8B 1A 11 0 51 58 2D 4 4E 1F
Octal 213 32 21 0 121 130 55 4 116 37
Binary 10001011 11010 10001 0 1010001 1011000 101101 100 1001110 11111

Color Harmonies of #8B1A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B1A11

Black with #8B1A11

Text Example


Text Example

White with #8B1A11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,26,17); }

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

background-color css

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

 a { background-color: rgb(139,26,17); }

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

border-color css

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

 span { border-color: rgb(139,26,17); }

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