Html Css Color HEX #8A1309 Falu Red

📋 copy color: '#8A1309'

red 138 ◦ green 19 ◦ blue 9

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

Shades of Falu Red #8A1309

Tints of Falu Red #8A1309

RGB

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

 GREEN value IS 19 (7.81% from 255) = 11.45%

 BLUE value IS 9 (3.91% from 255) = 5.42%

R = 83.13%
G = 11.45%
B = 5.42%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.93

 K value IS 0.46

RGB Variations

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

Color information

#8A1309 (or 0x8A1309) is known color: Falu Red. HEX triplet: 8A, 13 and 09. RGB value is (138,19,9). Sum of RGB (Red+Green+Blue) = 138+19+9=166 (21% of max value = 765). Red value is 138 (54.30% from 255 or 83.13% from 166); Green value is 19 (7.81% from 255 or 11.45% from 166); Blue value is 9 (3.91% from 255 or 5.42% from 166); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1309 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8A1309 is #75ECF6. Grayscale: #353535. Windows color (decimal): -7728375 or 594826. OLE color: 594826.

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

Color convert

RGB 138 19 9 -
CMYK 0 0.86 0.93 0.46
HSL 4.65º 0.88% 0.29% -
HSV(B) 4.65º 0.93% 0.54% -
XYZ 10.76 5.89 0.83 -
YUV 53.44 102.92 188.31 -
System Red Green Blue C M Y K H S L
Decimal 138 19 9 0 0.86 0.93 0.46 4.65 0.88 0.29
Hex 8A 13 9 0 56 5D 2E 5 58 1D
Octal 212 23 11 0 126 135 56 5 130 35
Binary 10001010 10011 1001 0 1010110 1011101 101110 101 1011000 11101

Color Harmonies of #8A1309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A1309

Black with #8A1309

Text Example


Text Example

White with #8A1309

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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