Html Css Color HEX #8A1616 Falu Red

📋 copy color: '#8A1616'

red 138 ◦ green 22 ◦ blue 22

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

Shades of Falu Red #8A1616

Tints of Falu Red #8A1616

RGB

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

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

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

R = 75.82%
G = 12.09%
B = 12.09%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.84

 K value IS 0.46

RGB Variations

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

Color information

#8A1616 (or 0x8A1616) is known color: Falu Red. HEX triplet: 8A, 16 and 16. RGB value is (138,22,22). Sum of RGB (Red+Green+Blue) = 138+22+22=182 (24% of max value = 765). Red value is 138 (54.30% from 255 or 75.82% from 182); Green value is 22 (8.98% from 255 or 12.09% from 182); Blue value is 22 (8.98% from 255 or 12.09% from 182); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1616 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8A1616 is #75E9E9. Grayscale: #383838. Windows color (decimal): -7727594 or 1447562. OLE color: 1447562.

HSL color Cylindrical-coordinate representation of color #8A1616: hue angle of 0º 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 #8A1616 is Cyan = 0, Magento = 0.84, Yellow = 0.84 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 22 22 -
CMYK 0 0.84 0.84 0.46
HSL 0.73% 0.31% -
HSV(B) 0.84% 0.54% -
XYZ 10.91 6.04 1.35 -
YUV 56.68 108.43 186 -
System Red Green Blue C M Y K H S L
Decimal 138 22 22 0 0.84 0.84 0.46 0 0.73 0.31
Hex 8A 16 16 0 54 54 2E 0 48 1F
Octal 212 26 26 0 124 124 56 0 110 37
Binary 10001010 10110 10110 0 1010100 1010100 101110 0 1001000 11111

Color Harmonies of #8A1616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A1616

Black with #8A1616

Text Example


Text Example

White with #8A1616

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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