Html Css Color HEX #8A1A07 Falu Red

📋 copy color: '#8A1A07'

red 138 ◦ green 26 ◦ blue 7

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

Shades of Falu Red #8A1A07

Tints of Falu Red #8A1A07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 4.09%

R = 80.7%
G = 15.2%
B = 4.09%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.95

 K value IS 0.46

RGB Variations

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

Color information

#8A1A07 (or 0x8A1A07) is known color: Falu Red. HEX triplet: 8A, 1A and 07. RGB value is (138,26,7). Sum of RGB (Red+Green+Blue) = 138+26+7=171 (22% of max value = 765). Red value is 138 (54.30% from 255 or 80.70% from 171); Green value is 26 (10.55% from 255 or 15.20% from 171); Blue value is 7 (3.12% from 255 or 4.09% from 171); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1A07 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8A1A07 is #75E5F8. Grayscale: #393939. Windows color (decimal): -7726585 or 465546. OLE color: 465546.

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

Color convert

RGB 138 26 7 -
CMYK 0 0.81 0.95 0.46
HSL 8.7º 0.9% 0.28% -
HSV(B) 8.7º 0.95% 0.54% -
XYZ 10.89 6.16 0.82 -
YUV 57.32 99.61 185.54 -
System Red Green Blue C M Y K H S L
Decimal 138 26 7 0 0.81 0.95 0.46 8.7 0.9 0.28
Hex 8A 1A 7 0 51 5F 2E 9 5A 1C
Octal 212 32 7 0 121 137 56 11 132 34
Binary 10001010 11010 111 0 1010001 1011111 101110 1001 1011010 11100

Color Harmonies of #8A1A07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A1A07

Black with #8A1A07

Text Example


Text Example

White with #8A1A07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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