Html Css Color HEX #8F2004 Falu Red

📋 copy color: '#8F2004'

red 143 ◦ green 32 ◦ blue 4

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

Shades of Falu Red #8F2004

Tints of Falu Red #8F2004

RGB

 RED value IS 143 (56.25% from 255) = 79.89%

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

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

R = 79.89%
G = 17.88%
B = 2.23%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.97

 K value IS 0.44

RGB Variations

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

Color information

#8F2004 (or 0x8F2004) is known color: Falu Red. HEX triplet: 8F, 20 and 04. RGB value is (143,32,4). Sum of RGB (Red+Green+Blue) = 143+32+4=179 (23% of max value = 765). Red value is 143 (56.25% from 255 or 79.89% from 179); Green value is 32 (12.89% from 255 or 17.88% from 179); Blue value is 4 (1.95% from 255 or 2.23% from 179); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2004 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8F2004 is #70DFFB. Grayscale: #3E3E3E. Windows color (decimal): -7397372 or 270479. OLE color: 270479.

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

Color convert

RGB 143 32 4 -
CMYK 0 0.78 0.97 0.44
HSL 12.09º 0.95% 0.29% -
HSV(B) 12.09º 0.97% 0.56% -
XYZ 11.87 6.88 0.82 -
YUV 62 95.27 185.78 -
System Red Green Blue C M Y K H S L
Decimal 143 32 4 0 0.78 0.97 0.44 12.09 0.95 0.29
Hex 8F 20 4 0 4E 61 2C C 5F 1D
Octal 217 40 4 0 116 141 54 14 137 35
Binary 10001111 100000 100 0 1001110 1100001 101100 1100 1011111 11101

Color Harmonies of #8F2004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F2004

Black with #8F2004

Text Example


Text Example

White with #8F2004

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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