Html Css Color HEX #8B1B16 Falu Red

📋 copy color: '#8B1B16'

red 139 ◦ green 27 ◦ blue 22

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

Shades of Falu Red #8B1B16

Tints of Falu Red #8B1B16

RGB

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

 GREEN value IS 27 (10.94% from 255) = 14.36%

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

R = 73.94%
G = 14.36%
B = 11.7%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.84

 K value IS 0.45

RGB Variations

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

Color information

#8B1B16 (or 0x8B1B16) is known color: Falu Red. HEX triplet: 8B, 1B and 16. RGB value is (139,27,22). Sum of RGB (Red+Green+Blue) = 139+27+22=188 (24% of max value = 765). Red value is 139 (54.69% from 255 or 73.94% from 188); Green value is 27 (10.94% from 255 or 14.36% from 188); Blue value is 22 (8.98% from 255 or 11.70% from 188); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1B16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B1B16 is #74E4E9. Grayscale: #3C3C3C. Windows color (decimal): -7660778 or 1448843. OLE color: 1448843.

HSL color Cylindrical-coordinate representation of color #8B1B16: hue angle of 2.56º 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 #8B1B16 is Cyan = 0, Magento = 0.81, Yellow = 0.84 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 27 22 -
CMYK 0 0.81 0.84 0.45
HSL 2.56º 0.73% 0.32% -
HSV(B) 2.56º 0.84% 0.55% -
XYZ 11.18 6.33 1.39 -
YUV 59.92 106.61 184.41 -
System Red Green Blue C M Y K H S L
Decimal 139 27 22 0 0.81 0.84 0.45 2.56 0.73 0.32
Hex 8B 1B 16 0 51 54 2D 3 49 20
Octal 213 33 26 0 121 124 55 3 111 40
Binary 10001011 11011 10110 0 1010001 1010100 101101 11 1001001 100000

Color Harmonies of #8B1B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B1B16

Black with #8B1B16

Text Example


Text Example

White with #8B1B16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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