Html Css Color HEX #8A1E13 Falu Red

📋 copy color: '#8A1E13'

red 138 ◦ green 30 ◦ blue 19

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

Shades of Falu Red #8A1E13

Tints of Falu Red #8A1E13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 10.16%

R = 73.8%
G = 16.04%
B = 10.16%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.86

 K value IS 0.46

RGB Variations

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

Color information

#8A1E13 (or 0x8A1E13) is known color: Falu Red. HEX triplet: 8A, 1E and 13. RGB value is (138,30,19). Sum of RGB (Red+Green+Blue) = 138+30+19=187 (24% of max value = 765). Red value is 138 (54.30% from 255 or 73.80% from 187); Green value is 30 (12.11% from 255 or 16.04% from 187); Blue value is 19 (7.81% from 255 or 10.16% from 187); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1E13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8A1E13 is #75E1EC. Grayscale: #3D3D3D. Windows color (decimal): -7725549 or 1253002. OLE color: 1253002.

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

Color convert

RGB 138 30 19 -
CMYK 0 0.78 0.86 0.46
HSL 5.55º 0.76% 0.31% -
HSV(B) 5.55º 0.86% 0.54% -
XYZ 11.06 6.38 1.26 -
YUV 61.04 104.28 182.89 -
System Red Green Blue C M Y K H S L
Decimal 138 30 19 0 0.78 0.86 0.46 5.55 0.76 0.31
Hex 8A 1E 13 0 4E 56 2E 6 4C 1F
Octal 212 36 23 0 116 126 56 6 114 37
Binary 10001010 11110 10011 0 1001110 1010110 101110 110 1001100 11111

Color Harmonies of #8A1E13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A1E13

Black with #8A1E13

Text Example


Text Example

White with #8A1E13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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