Html Css Color HEX #8F2604 Falu Red

📋 copy color: '#8F2604'

red 143 ◦ green 38 ◦ blue 4

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

Shades of Falu Red #8F2604

Tints of Falu Red #8F2604

RGB

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

 GREEN value IS 38 (15.23% from 255) = 20.54%

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

R = 77.3%
G = 20.54%
B = 2.16%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.97

 K value IS 0.44

RGB Variations

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

Color information

#8F2604 (or 0x8F2604) is known color: Falu Red. HEX triplet: 8F, 26 and 04. RGB value is (143,38,4). Sum of RGB (Red+Green+Blue) = 143+38+4=185 (24% of max value = 765). Red value is 143 (56.25% from 255 or 77.30% from 185); Green value is 38 (15.23% from 255 or 20.54% from 185); Blue value is 4 (1.95% from 255 or 2.16% from 185); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2604 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8F2604 is #70D9FB. Grayscale: #414141. Windows color (decimal): -7395836 or 272015. OLE color: 272015.

HSL color Cylindrical-coordinate representation of color #8F2604: hue angle of 14.68º 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 #8F2604 is Cyan = 0, Magento = 0.73, Yellow = 0.97 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 38 4 -
CMYK 0 0.73 0.97 0.44
HSL 14.68º 0.95% 0.29% -
HSV(B) 14.68º 0.97% 0.56% -
XYZ 12.04 7.23 0.88 -
YUV 65.52 93.29 183.26 -
System Red Green Blue C M Y K H S L
Decimal 143 38 4 0 0.73 0.97 0.44 14.68 0.95 0.29
Hex 8F 26 4 0 49 61 2C F 5F 1D
Octal 217 46 4 0 111 141 54 17 137 35
Binary 10001111 100110 100 0 1001001 1100001 101100 1111 1011111 11101

Color Harmonies of #8F2604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F2604

Black with #8F2604

Text Example


Text Example

White with #8F2604

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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