Html Css Color HEX #8B1917 Falu Red

📋 copy color: '#8B1917'

red 139 ◦ green 25 ◦ blue 23

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

Shades of Falu Red #8B1917

Tints of Falu Red #8B1917

RGB

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

 GREEN value IS 25 (10.16% from 255) = 13.37%

 BLUE value IS 23 (9.38% from 255) = 12.3%

R = 74.33%
G = 13.37%
B = 12.3%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.83

 K value IS 0.45

RGB Variations

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

Color information

#8B1917 (or 0x8B1917) is known color: Falu Red. HEX triplet: 8B, 19 and 17. RGB value is (139,25,23). Sum of RGB (Red+Green+Blue) = 139+25+23=187 (24% of max value = 765). Red value is 139 (54.69% from 255 or 74.33% from 187); Green value is 25 (10.16% from 255 or 13.37% from 187); Blue value is 23 (9.38% from 255 or 12.30% from 187); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1917 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8B1917 is #74E6E8. Grayscale: #3A3A3A. Windows color (decimal): -7661289 or 1513867. OLE color: 1513867.

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

Color convert

RGB 139 25 23 -
CMYK 0 0.82 0.83 0.45
HSL 1.03º 0.72% 0.32% -
HSV(B) 1.03º 0.83% 0.55% -
XYZ 11.15 6.25 1.43 -
YUV 58.86 107.77 185.16 -
System Red Green Blue C M Y K H S L
Decimal 139 25 23 0 0.82 0.83 0.45 1.03 0.72 0.32
Hex 8B 19 17 0 52 53 2D 1 48 20
Octal 213 31 27 0 122 123 55 1 110 40
Binary 10001011 11001 10111 0 1010010 1010011 101101 1 1001000 100000

Color Harmonies of #8B1917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B1917

Black with #8B1917

Text Example


Text Example

White with #8B1917

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,25,23); }

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

background-color css

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

 a { background-color: rgb(139,25,23); }

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

border-color css

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

 span { border-color: rgb(139,25,23); }

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