Html Css Color HEX #8A1908 Falu Red

📋 copy color: '#8A1908'

red 138 ◦ green 25 ◦ blue 8

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

Shades of Falu Red #8A1908

Tints of Falu Red #8A1908

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 4.68%

R = 80.7%
G = 14.62%
B = 4.68%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.94

 K value IS 0.46

RGB Variations

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

Color information

#8A1908 (or 0x8A1908) is known color: Falu Red. HEX triplet: 8A, 19 and 08. RGB value is (138,25,8). Sum of RGB (Red+Green+Blue) = 138+25+8=171 (22% of max value = 765). Red value is 138 (54.30% from 255 or 80.70% from 171); Green value is 25 (10.16% from 255 or 14.62% from 171); Blue value is 8 (3.52% from 255 or 4.68% from 171); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1908 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8A1908 is #75E6F7. Grayscale: #393939. Windows color (decimal): -7726840 or 530826. OLE color: 530826.

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

Color convert

RGB 138 25 8 -
CMYK 0 0.82 0.94 0.46
HSL 7.85º 0.89% 0.29% -
HSV(B) 7.85º 0.94% 0.54% -
XYZ 10.87 6.12 0.84 -
YUV 56.85 100.44 185.88 -
System Red Green Blue C M Y K H S L
Decimal 138 25 8 0 0.82 0.94 0.46 7.85 0.89 0.29
Hex 8A 19 8 0 52 5E 2E 8 59 1D
Octal 212 31 10 0 122 136 56 10 131 35
Binary 10001010 11001 1000 0 1010010 1011110 101110 1000 1011001 11101

Color Harmonies of #8A1908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A1908

Black with #8A1908

Text Example


Text Example

White with #8A1908

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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