Html Css Color HEX #8B1A06 Falu Red

📋 copy color: '#8B1A06'

red 139 ◦ green 26 ◦ blue 6

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

Shades of Falu Red #8B1A06

Tints of Falu Red #8B1A06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 3.51%

R = 81.29%
G = 15.2%
B = 3.51%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.96

 K value IS 0.45

RGB Variations

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

Color information

#8B1A06 (or 0x8B1A06) is known color: Falu Red. HEX triplet: 8B, 1A and 06. RGB value is (139,26,6). Sum of RGB (Red+Green+Blue) = 139+26+6=171 (22% of max value = 765). Red value is 139 (54.69% from 255 or 81.29% from 171); Green value is 26 (10.55% from 255 or 15.20% from 171); Blue value is 6 (2.73% from 255 or 3.51% from 171); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1A06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B1A06 is #74E5F9. Grayscale: #393939. Windows color (decimal): -7661050 or 400011. OLE color: 400011.

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

Color convert

RGB 139 26 6 -
CMYK 0 0.81 0.96 0.45
HSL 9.02º 0.92% 0.28% -
HSV(B) 9.02º 0.96% 0.55% -
XYZ 11.05 6.24 0.79 -
YUV 57.51 98.94 186.13 -
System Red Green Blue C M Y K H S L
Decimal 139 26 6 0 0.81 0.96 0.45 9.02 0.92 0.28
Hex 8B 1A 6 0 51 60 2D 9 5C 1C
Octal 213 32 6 0 121 140 55 11 134 34
Binary 10001011 11010 110 0 1010001 1100000 101101 1001 1011100 11100

Color Harmonies of #8B1A06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B1A06

Black with #8B1A06

Text Example


Text Example

White with #8B1A06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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