Html Css Color HEX #8A1A1A Falu Red

📋 copy color: '#8A1A1A'

red 138 ◦ green 26 ◦ blue 26

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

Shades of Falu Red #8A1A1A

Tints of Falu Red #8A1A1A

RGB

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

 GREEN value IS 26 (10.55% from 255) = 13.68%

 BLUE value IS 26 (10.55% from 255) = 13.68%

R = 72.63%
G = 13.68%
B = 13.68%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.81

 K value IS 0.46

RGB Variations

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

Color information

#8A1A1A (or 0x8A1A1A) is known color: Falu Red. HEX triplet: 8A, 1A and 1A. RGB value is (138,26,26). Sum of RGB (Red+Green+Blue) = 138+26+26=190 (25% of max value = 765). Red value is 138 (54.30% from 255 or 72.63% from 190); Green value is 26 (10.55% from 255 or 13.68% from 190); Blue value is 26 (10.55% from 255 or 13.68% from 190); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1A1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A1A1A is #75E5E5. Grayscale: #3B3B3B. Windows color (decimal): -7726566 or 1710730. OLE color: 1710730.

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

Color convert

RGB 138 26 26 -
CMYK 0 0.81 0.81 0.46
HSL 0.68% 0.32% -
HSV(B) 0.81% 0.54% -
XYZ 11.04 6.22 1.6 -
YUV 59.49 109.11 184 -
System Red Green Blue C M Y K H S L
Decimal 138 26 26 0 0.81 0.81 0.46 0 0.68 0.32
Hex 8A 1A 1A 0 51 51 2E 0 44 20
Octal 212 32 32 0 121 121 56 0 104 40
Binary 10001010 11010 11010 0 1010001 1010001 101110 0 1000100 100000

Color Harmonies of #8A1A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A1A1A

Black with #8A1A1A

Text Example


Text Example

White with #8A1A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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