Html Css Color HEX #8A1716 Falu Red

📋 copy color: '#8A1716'

red 138 ◦ green 23 ◦ blue 22

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

Shades of Falu Red #8A1716

Tints of Falu Red #8A1716

RGB

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

 GREEN value IS 23 (9.38% from 255) = 12.57%

 BLUE value IS 22 (8.98% from 255) = 12.02%

R = 75.41%
G = 12.57%
B = 12.02%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.84

 K value IS 0.46

RGB Variations

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

Color information

#8A1716 (or 0x8A1716) is known color: Falu Red. HEX triplet: 8A, 17 and 16. RGB value is (138,23,22). Sum of RGB (Red+Green+Blue) = 138+23+22=183 (24% of max value = 765). Red value is 138 (54.30% from 255 or 75.41% from 183); Green value is 23 (9.38% from 255 or 12.57% from 183); Blue value is 22 (8.98% from 255 or 12.02% from 183); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1716 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8A1716 is #75E8E9. Grayscale: #393939. Windows color (decimal): -7727338 or 1447818. OLE color: 1447818.

HSL color Cylindrical-coordinate representation of color #8A1716: hue angle of 0.52º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8A1716 is Cyan = 0, Magento = 0.83, Yellow = 0.84 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 23 22 -
CMYK 0 0.83 0.84 0.46
HSL 0.52º 0.73% 0.31% -
HSV(B) 0.52º 0.84% 0.54% -
XYZ 10.93 6.07 1.36 -
YUV 57.27 108.1 185.58 -
System Red Green Blue C M Y K H S L
Decimal 138 23 22 0 0.83 0.84 0.46 0.52 0.73 0.31
Hex 8A 17 16 0 53 54 2E 1 48 1F
Octal 212 27 26 0 123 124 56 1 110 37
Binary 10001010 10111 10110 0 1010011 1010100 101110 1 1001000 11111

Color Harmonies of #8A1716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A1716

Black with #8A1716

Text Example


Text Example

White with #8A1716

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,23,22); }

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

background-color css

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

 a { background-color: rgb(138,23,22); }

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

border-color css

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

 span { border-color: rgb(138,23,22); }

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