Html Css Color HEX #8A2413 Falu Red

📋 copy color: '#8A2413'

red 138 ◦ green 36 ◦ blue 19

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

Shades of Falu Red #8A2413

Tints of Falu Red #8A2413

RGB

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

 GREEN value IS 36 (14.45% from 255) = 18.65%

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

R = 71.5%
G = 18.65%
B = 9.84%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.86

 K value IS 0.46

RGB Variations

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

Color information

#8A2413 (or 0x8A2413) is known color: Falu Red. HEX triplet: 8A, 24 and 13. RGB value is (138,36,19). Sum of RGB (Red+Green+Blue) = 138+36+19=193 (25% of max value = 765). Red value is 138 (54.30% from 255 or 71.50% from 193); Green value is 36 (14.45% from 255 or 18.65% from 193); Blue value is 19 (7.81% from 255 or 9.84% from 193); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2413 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8A2413 is #75DBEC. Grayscale: #404040. Windows color (decimal): -7724013 or 1254538. OLE color: 1254538.

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

Color convert

RGB 138 36 19 -
CMYK 0 0.74 0.86 0.46
HSL 8.57º 0.76% 0.31% -
HSV(B) 8.57º 0.86% 0.54% -
XYZ 11.23 6.71 1.32 -
YUV 64.56 102.29 180.38 -
System Red Green Blue C M Y K H S L
Decimal 138 36 19 0 0.74 0.86 0.46 8.57 0.76 0.31
Hex 8A 24 13 0 4A 56 2E 9 4C 1F
Octal 212 44 23 0 112 126 56 11 114 37
Binary 10001010 100100 10011 0 1001010 1010110 101110 1001 1001100 11111

Color Harmonies of #8A2413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A2413

Black with #8A2413

Text Example


Text Example

White with #8A2413

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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