Html Css Color HEX #8A2004 Falu Red

📋 copy color: '#8A2004'

red 138 ◦ green 32 ◦ blue 4

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

Shades of Falu Red #8A2004

Tints of Falu Red #8A2004

RGB

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

 GREEN value IS 32 (12.89% from 255) = 18.39%

 BLUE value IS 4 (1.95% from 255) = 2.3%

R = 79.31%
G = 18.39%
B = 2.3%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.97

 K value IS 0.46

RGB Variations

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

Color information

#8A2004 (or 0x8A2004) is known color: Falu Red. HEX triplet: 8A, 20 and 04. RGB value is (138,32,4). Sum of RGB (Red+Green+Blue) = 138+32+4=174 (23% of max value = 765). Red value is 138 (54.30% from 255 or 79.31% from 174); Green value is 32 (12.89% from 255 or 18.39% from 174); Blue value is 4 (1.95% from 255 or 2.30% from 174); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2004 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8A2004 is #75DFFB. Grayscale: #3C3C3C. Windows color (decimal): -7725052 or 270474. OLE color: 270474.

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

Color convert

RGB 138 32 4 -
CMYK 0 0.77 0.97 0.46
HSL 12.54º 0.94% 0.28% -
HSV(B) 12.54º 0.97% 0.54% -
XYZ 11.02 6.45 0.78 -
YUV 60.5 96.12 183.28 -
System Red Green Blue C M Y K H S L
Decimal 138 32 4 0 0.77 0.97 0.46 12.54 0.94 0.28
Hex 8A 20 4 0 4D 61 2E D 5E 1C
Octal 212 40 4 0 115 141 56 15 136 34
Binary 10001010 100000 100 0 1001101 1100001 101110 1101 1011110 11100

Color Harmonies of #8A2004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A2004

Black with #8A2004

Text Example


Text Example

White with #8A2004

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,32,4); }

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

background-color css

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

 a { background-color: rgb(138,32,4); }

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

border-color css

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

 span { border-color: rgb(138,32,4); }

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