Html Css Color HEX #8A1E07 Falu Red

📋 copy color: '#8A1E07'

red 138 ◦ green 30 ◦ blue 7

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

Shades of Falu Red #8A1E07

Tints of Falu Red #8A1E07

RGB

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

 GREEN value IS 30 (12.11% from 255) = 17.14%

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

R = 78.86%
G = 17.14%
B = 4%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.95

 K value IS 0.46

RGB Variations

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

Color information

#8A1E07 (or 0x8A1E07) is known color: Falu Red. HEX triplet: 8A, 1E and 07. RGB value is (138,30,7). Sum of RGB (Red+Green+Blue) = 138+30+7=175 (23% of max value = 765). Red value is 138 (54.30% from 255 or 78.86% from 175); Green value is 30 (12.11% from 255 or 17.14% from 175); Blue value is 7 (3.12% from 255 or 4% from 175); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1E07 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8A1E07 is #75E1F8. Grayscale: #3B3B3B. Windows color (decimal): -7725561 or 466570. OLE color: 466570.

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

Color convert

RGB 138 30 7 -
CMYK 0 0.78 0.95 0.46
HSL 10.53º 0.9% 0.28% -
HSV(B) 10.53º 0.95% 0.54% -
XYZ 10.98 6.35 0.85 -
YUV 59.67 98.28 183.87 -
System Red Green Blue C M Y K H S L
Decimal 138 30 7 0 0.78 0.95 0.46 10.53 0.9 0.28
Hex 8A 1E 7 0 4E 5F 2E B 5A 1C
Octal 212 36 7 0 116 137 56 13 132 34
Binary 10001010 11110 111 0 1001110 1011111 101110 1011 1011010 11100

Color Harmonies of #8A1E07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A1E07

Black with #8A1E07

Text Example


Text Example

White with #8A1E07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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