Html Css Color HEX #8A2411 Falu Red

📋 copy color: '#8A2411'

red 138 ◦ green 36 ◦ blue 17

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

Shades of Falu Red #8A2411

Tints of Falu Red #8A2411

RGB

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

 GREEN value IS 36 (14.45% from 255) = 18.85%

 BLUE value IS 17 (7.03% from 255) = 8.9%

R = 72.25%
G = 18.85%
B = 8.9%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.88

 K value IS 0.46

RGB Variations

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

Color information

#8A2411 (or 0x8A2411) is known color: Falu Red. HEX triplet: 8A, 24 and 11. RGB value is (138,36,17). Sum of RGB (Red+Green+Blue) = 138+36+17=191 (25% of max value = 765). Red value is 138 (54.30% from 255 or 72.25% from 191); Green value is 36 (14.45% from 255 or 18.85% from 191); Blue value is 17 (7.03% from 255 or 8.90% from 191); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2411 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8A2411 is #75DBEE. Grayscale: #404040. Windows color (decimal): -7724015 or 1123466. OLE color: 1123466.

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

Color convert

RGB 138 36 17 -
CMYK 0 0.74 0.88 0.46
HSL 9.42º 0.78% 0.3% -
HSV(B) 9.42º 0.88% 0.54% -
XYZ 11.21 6.71 1.23 -
YUV 64.33 101.29 180.54 -
System Red Green Blue C M Y K H S L
Decimal 138 36 17 0 0.74 0.88 0.46 9.42 0.78 0.3
Hex 8A 24 11 0 4A 58 2E 9 4E 1E
Octal 212 44 21 0 112 130 56 11 116 36
Binary 10001010 100100 10001 0 1001010 1011000 101110 1001 1001110 11110

Color Harmonies of #8A2411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A2411

Black with #8A2411

Text Example


Text Example

White with #8A2411

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,36,17); }

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

background-color css

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

 a { background-color: rgb(138,36,17); }

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

border-color css

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

 span { border-color: rgb(138,36,17); }

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