Html Css Color HEX #8A1615 Falu Red

📋 copy color: '#8A1615'

red 138 ◦ green 22 ◦ blue 21

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

Shades of Falu Red #8A1615

Tints of Falu Red #8A1615

RGB

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

 GREEN value IS 22 (8.98% from 255) = 12.15%

 BLUE value IS 21 (8.59% from 255) = 11.6%

R = 76.24%
G = 12.15%
B = 11.6%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.85

 K value IS 0.46

RGB Variations

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

Color information

#8A1615 (or 0x8A1615) is known color: Falu Red. HEX triplet: 8A, 16 and 15. RGB value is (138,22,21). Sum of RGB (Red+Green+Blue) = 138+22+21=181 (23% of max value = 765). Red value is 138 (54.30% from 255 or 76.24% from 181); Green value is 22 (8.98% from 255 or 12.15% from 181); Blue value is 21 (8.59% from 255 or 11.60% from 181); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1615 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8A1615 is #75E9EA. Grayscale: #383838. Windows color (decimal): -7727595 or 1382026. OLE color: 1382026.

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

Color convert

RGB 138 22 21 -
CMYK 0 0.84 0.85 0.46
HSL 0.51º 0.74% 0.31% -
HSV(B) 0.51º 0.85% 0.54% -
XYZ 10.9 6.03 1.3 -
YUV 56.57 107.93 186.08 -
System Red Green Blue C M Y K H S L
Decimal 138 22 21 0 0.84 0.85 0.46 0.51 0.74 0.31
Hex 8A 16 15 0 54 55 2E 1 4A 1F
Octal 212 26 25 0 124 125 56 1 112 37
Binary 10001010 10110 10101 0 1010100 1010101 101110 1 1001010 11111

Color Harmonies of #8A1615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A1615

Black with #8A1615

Text Example


Text Example

White with #8A1615

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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