Html Css Color HEX #8A1A04 Falu Red

📋 copy color: '#8A1A04'

red 138 ◦ green 26 ◦ blue 4

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

Shades of Falu Red #8A1A04

Tints of Falu Red #8A1A04

RGB

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

 GREEN value IS 26 (10.55% from 255) = 15.48%

 BLUE value IS 4 (1.95% from 255) = 2.38%

R = 82.14%
G = 15.48%
B = 2.38%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.97

 K value IS 0.46

RGB Variations

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

Color information

#8A1A04 (or 0x8A1A04) is known color: Falu Red. HEX triplet: 8A, 1A and 04. RGB value is (138,26,4). Sum of RGB (Red+Green+Blue) = 138+26+4=168 (22% of max value = 765). Red value is 138 (54.30% from 255 or 82.14% from 168); Green value is 26 (10.55% from 255 or 15.48% from 168); Blue value is 4 (1.95% from 255 or 2.38% from 168); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1A04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8A1A04 is #75E5FB. Grayscale: #393939. Windows color (decimal): -7726588 or 268938. OLE color: 268938.

HSL color Cylindrical-coordinate representation of color #8A1A04: hue angle of 9.85º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8A1A04 is Cyan = 0, Magento = 0.81, Yellow = 0.97 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 26 4 -
CMYK 0 0.81 0.97 0.46
HSL 9.85º 0.94% 0.28% -
HSV(B) 9.85º 0.97% 0.54% -
XYZ 10.87 6.15 0.73 -
YUV 56.98 98.11 185.79 -
System Red Green Blue C M Y K H S L
Decimal 138 26 4 0 0.81 0.97 0.46 9.85 0.94 0.28
Hex 8A 1A 4 0 51 61 2E A 5E 1C
Octal 212 32 4 0 121 141 56 12 136 34
Binary 10001010 11010 100 0 1010001 1100001 101110 1010 1011110 11100

Color Harmonies of #8A1A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A1A04

Black with #8A1A04

Text Example


Text Example

White with #8A1A04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,26,4); }

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

background-color css

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

 a { background-color: rgb(138,26,4); }

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

border-color css

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

 span { border-color: rgb(138,26,4); }

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