Html Css Color HEX #8A110F Falu Red

📋 copy color: '#8A110F'

red 138 ◦ green 17 ◦ blue 15

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

Shades of Falu Red #8A110F

Tints of Falu Red #8A110F

RGB

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

 GREEN value IS 17 (7.03% from 255) = 10%

 BLUE value IS 15 (6.25% from 255) = 8.82%

R = 81.18%
G = 10%
B = 8.82%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.89

 K value IS 0.46

RGB Variations

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

Color information

#8A110F (or 0x8A110F) is known color: Falu Red. HEX triplet: 8A, 11 and 0F. RGB value is (138,17,15). Sum of RGB (Red+Green+Blue) = 138+17+15=170 (22% of max value = 765). Red value is 138 (54.30% from 255 or 81.18% from 170); Green value is 17 (7.03% from 255 or 10% from 170); Blue value is 15 (6.25% from 255 or 8.82% from 170); Max value from RGB is 138 - color contains mainly: red. Hex color #8A110F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8A110F is #75EEF0. Grayscale: #353535. Windows color (decimal): -7728881 or 987530. OLE color: 987530.

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

Color convert

RGB 138 17 15 -
CMYK 0 0.88 0.89 0.46
HSL 0.98º 0.8% 0.3% -
HSV(B) 0.98º 0.89% 0.54% -
XYZ 10.77 5.84 1.01 -
YUV 52.95 106.59 188.66 -
System Red Green Blue C M Y K H S L
Decimal 138 17 15 0 0.88 0.89 0.46 0.98 0.8 0.3
Hex 8A 11 F 0 58 59 2E 1 50 1E
Octal 212 21 17 0 130 131 56 1 120 36
Binary 10001010 10001 1111 0 1011000 1011001 101110 1 1010000 11110

Color Harmonies of #8A110F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A110F

Black with #8A110F

Text Example


Text Example

White with #8A110F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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