Html Css Color HEX #8B1A0E Falu Red

📋 copy color: '#8B1A0E'

red 139 ◦ green 26 ◦ blue 14

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

Shades of Falu Red #8B1A0E

Tints of Falu Red #8B1A0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 7.82%

R = 77.65%
G = 14.53%
B = 7.82%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.90

 K value IS 0.45

RGB Variations

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

Color information

#8B1A0E (or 0x8B1A0E) is known color: Falu Red. HEX triplet: 8B, 1A and 0E. RGB value is (139,26,14). Sum of RGB (Red+Green+Blue) = 139+26+14=179 (23% of max value = 765). Red value is 139 (54.69% from 255 or 77.65% from 179); Green value is 26 (10.55% from 255 or 14.53% from 179); Blue value is 14 (5.86% from 255 or 7.82% from 179); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1A0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B1A0E is #74E5F1. Grayscale: #3A3A3A. Windows color (decimal): -7661042 or 924299. OLE color: 924299.

HSL color Cylindrical-coordinate representation of color #8B1A0E: hue angle of 5.76º degrees, saturation: 0.82, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8B1A0E is Cyan = 0, Magento = 0.81, Yellow = 0.90 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 26 14 -
CMYK 0 0.81 0.90 0.45
HSL 5.76º 0.82% 0.3% -
HSV(B) 5.76º 0.9% 0.55% -
XYZ 11.1 6.26 1.04 -
YUV 58.42 102.94 185.48 -
System Red Green Blue C M Y K H S L
Decimal 139 26 14 0 0.81 0.90 0.45 5.76 0.82 0.3
Hex 8B 1A E 0 51 5A 2D 6 52 1E
Octal 213 32 16 0 121 132 55 6 122 36
Binary 10001011 11010 1110 0 1010001 1011010 101101 110 1010010 11110

Color Harmonies of #8B1A0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B1A0E

Black with #8B1A0E

Text Example


Text Example

White with #8B1A0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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