Html Css Color HEX #8B1F16 Falu Red

📋 copy color: '#8B1F16'

red 139 ◦ green 31 ◦ blue 22

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

Shades of Falu Red #8B1F16

Tints of Falu Red #8B1F16

RGB

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

 GREEN value IS 31 (12.5% from 255) = 16.15%

 BLUE value IS 22 (8.98% from 255) = 11.46%

R = 72.4%
G = 16.15%
B = 11.46%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.84

 K value IS 0.45

RGB Variations

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

Color information

#8B1F16 (or 0x8B1F16) is known color: Falu Red. HEX triplet: 8B, 1F and 16. RGB value is (139,31,22). Sum of RGB (Red+Green+Blue) = 139+31+22=192 (25% of max value = 765). Red value is 139 (54.69% from 255 or 72.40% from 192); Green value is 31 (12.5% from 255 or 16.15% from 192); Blue value is 22 (8.98% from 255 or 11.46% from 192); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1F16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B1F16 is #74E0E9. Grayscale: #3E3E3E. Windows color (decimal): -7659754 or 1449867. OLE color: 1449867.

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

Color convert

RGB 139 31 22 -
CMYK 0 0.78 0.84 0.45
HSL 4.62º 0.73% 0.32% -
HSV(B) 4.62º 0.84% 0.55% -
XYZ 11.28 6.53 1.42 -
YUV 62.27 105.28 182.73 -
System Red Green Blue C M Y K H S L
Decimal 139 31 22 0 0.78 0.84 0.45 4.62 0.73 0.32
Hex 8B 1F 16 0 4E 54 2D 5 49 20
Octal 213 37 26 0 116 124 55 5 111 40
Binary 10001011 11111 10110 0 1001110 1010100 101101 101 1001001 100000

Color Harmonies of #8B1F16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B1F16

Black with #8B1F16

Text Example


Text Example

White with #8B1F16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,31,22); }

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

background-color css

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

 a { background-color: rgb(139,31,22); }

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

border-color css

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

 span { border-color: rgb(139,31,22); }

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