Html Css Color HEX #8A1917 Falu Red

📋 copy color: '#8A1917'

red 138 ◦ green 25 ◦ blue 23

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

Shades of Falu Red #8A1917

Tints of Falu Red #8A1917

RGB

 RED value IS 138 (54.3% from 255) = 74.19%

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

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

R = 74.19%
G = 13.44%
B = 12.37%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.83

 K value IS 0.46

RGB Variations

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

Color information

#8A1917 (or 0x8A1917) is known color: Falu Red. HEX triplet: 8A, 19 and 17. RGB value is (138,25,23). Sum of RGB (Red+Green+Blue) = 138+25+23=186 (24% of max value = 765). Red value is 138 (54.30% from 255 or 74.19% from 186); Green value is 25 (10.16% from 255 or 13.44% from 186); Blue value is 23 (9.38% from 255 or 12.37% from 186); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1917 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8A1917 is #75E6E8. Grayscale: #3A3A3A. Windows color (decimal): -7726825 or 1513866. OLE color: 1513866.

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

Color convert

RGB 138 25 23 -
CMYK 0 0.82 0.83 0.46
HSL 1.04º 0.71% 0.32% -
HSV(B) 1.04º 0.83% 0.54% -
XYZ 10.98 6.16 1.42 -
YUV 58.56 107.94 184.66 -
System Red Green Blue C M Y K H S L
Decimal 138 25 23 0 0.82 0.83 0.46 1.04 0.71 0.32
Hex 8A 19 17 0 52 53 2E 1 47 20
Octal 212 31 27 0 122 123 56 1 107 40
Binary 10001010 11001 10111 0 1010010 1010011 101110 1 1000111 100000

Color Harmonies of #8A1917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A1917

Black with #8A1917

Text Example


Text Example

White with #8A1917

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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