Html Css Color HEX #8E1A07 Falu Red

📋 copy color: '#8E1A07'

red 142 ◦ green 26 ◦ blue 7

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

Shades of Falu Red #8E1A07

Tints of Falu Red #8E1A07

RGB

 RED value IS 142 (55.86% from 255) = 81.14%

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

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

R = 81.14%
G = 14.86%
B = 4%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.95

 K value IS 0.44

RGB Variations

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

Color information

#8E1A07 (or 0x8E1A07) is known color: Falu Red. HEX triplet: 8E, 1A and 07. RGB value is (142,26,7). Sum of RGB (Red+Green+Blue) = 142+26+7=175 (23% of max value = 765). Red value is 142 (55.86% from 255 or 81.14% from 175); Green value is 26 (10.55% from 255 or 14.86% from 175); Blue value is 7 (3.12% from 255 or 4% from 175); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1A07 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8E1A07 is #71E5F8. Grayscale: #3A3A3A. Windows color (decimal): -7464441 or 465550. OLE color: 465550.

HSL color Cylindrical-coordinate representation of color #8E1A07: hue angle of 8.44º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8E1A07 is Cyan = 0, Magento = 0.82, Yellow = 0.95 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 26 7 -
CMYK 0 0.82 0.95 0.44
HSL 8.44º 0.91% 0.29% -
HSV(B) 8.44º 0.95% 0.56% -
XYZ 11.56 6.5 0.85 -
YUV 58.52 98.93 187.54 -
System Red Green Blue C M Y K H S L
Decimal 142 26 7 0 0.82 0.95 0.44 8.44 0.91 0.29
Hex 8E 1A 7 0 52 5F 2C 8 5B 1D
Octal 216 32 7 0 122 137 54 10 133 35
Binary 10001110 11010 111 0 1010010 1011111 101100 1000 1011011 11101

Color Harmonies of #8E1A07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E1A07

Black with #8E1A07

Text Example


Text Example

White with #8E1A07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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