Html Css Color HEX #8A1413 Falu Red

📋 copy color: '#8A1413'

red 138 ◦ green 20 ◦ blue 19

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

Shades of Falu Red #8A1413

Tints of Falu Red #8A1413

RGB

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

 GREEN value IS 20 (8.2% from 255) = 11.3%

 BLUE value IS 19 (7.81% from 255) = 10.73%

R = 77.97%
G = 11.3%
B = 10.73%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.86

 K value IS 0.46

RGB Variations

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

Color information

#8A1413 (or 0x8A1413) is known color: Falu Red. HEX triplet: 8A, 14 and 13. RGB value is (138,20,19). Sum of RGB (Red+Green+Blue) = 138+20+19=177 (23% of max value = 765). Red value is 138 (54.30% from 255 or 77.97% from 177); Green value is 20 (8.20% from 255 or 11.30% from 177); Blue value is 19 (7.81% from 255 or 10.73% from 177); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1413 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8A1413 is #75EBEC. Grayscale: #373737. Windows color (decimal): -7728109 or 1250442. OLE color: 1250442.

HSL color Cylindrical-coordinate representation of color #8A1413: hue angle of 0.5º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8A1413 is Cyan = 0, Magento = 0.86, Yellow = 0.86 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 20 19 -
CMYK 0 0.86 0.86 0.46
HSL 0.5º 0.76% 0.31% -
HSV(B) 0.5º 0.86% 0.54% -
XYZ 10.85 5.95 1.19 -
YUV 55.17 107.59 187.08 -
System Red Green Blue C M Y K H S L
Decimal 138 20 19 0 0.86 0.86 0.46 0.5 0.76 0.31
Hex 8A 14 13 0 56 56 2E 1 4C 1F
Octal 212 24 23 0 126 126 56 1 114 37
Binary 10001010 10100 10011 0 1010110 1010110 101110 1 1001100 11111

Color Harmonies of #8A1413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A1413

Black with #8A1413

Text Example


Text Example

White with #8A1413

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,20,19); }

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

background-color css

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

 a { background-color: rgb(138,20,19); }

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

border-color css

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

 span { border-color: rgb(138,20,19); }

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