Html Css Color HEX #8B110A Falu Red

📋 copy color: '#8B110A'

red 139 ◦ green 17 ◦ blue 10

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

Shades of Falu Red #8B110A

Tints of Falu Red #8B110A

RGB

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

 GREEN value IS 17 (7.03% from 255) = 10.24%

 BLUE value IS 10 (4.3% from 255) = 6.02%

R = 83.73%
G = 10.24%
B = 6.02%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.93

 K value IS 0.45

RGB Variations

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

Color information

#8B110A (or 0x8B110A) is known color: Falu Red. HEX triplet: 8B, 11 and 0A. RGB value is (139,17,10). Sum of RGB (Red+Green+Blue) = 139+17+10=166 (21% of max value = 765). Red value is 139 (54.69% from 255 or 83.73% from 166); Green value is 17 (7.03% from 255 or 10.24% from 166); Blue value is 10 (4.30% from 255 or 6.02% from 166); Max value from RGB is 139 - color contains mainly: red. Hex color #8B110A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8B110A is #74EEF5. Grayscale: #343434. Windows color (decimal): -7663350 or 659851. OLE color: 659851.

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

Color convert

RGB 139 17 10 -
CMYK 0 0.88 0.93 0.45
HSL 3.26º 0.87% 0.29% -
HSV(B) 3.26º 0.93% 0.55% -
XYZ 10.9 5.91 0.85 -
YUV 52.68 103.92 189.57 -
System Red Green Blue C M Y K H S L
Decimal 139 17 10 0 0.88 0.93 0.45 3.26 0.87 0.29
Hex 8B 11 A 0 58 5D 2D 3 57 1D
Octal 213 21 12 0 130 135 55 3 127 35
Binary 10001011 10001 1010 0 1011000 1011101 101101 11 1010111 11101

Color Harmonies of #8B110A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B110A

Black with #8B110A

Text Example


Text Example

White with #8B110A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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