Html Css Color HEX #8F2605 Falu Red

📋 copy color: '#8F2605'

red 143 ◦ green 38 ◦ blue 5

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

Shades of Falu Red #8F2605

Tints of Falu Red #8F2605

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.69%

R = 76.88%
G = 20.43%
B = 2.69%

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

#8F2605 (or 0x8F2605) is known color: Falu Red. HEX triplet: 8F, 26 and 05. RGB value is (143,38,5). Sum of RGB (Red+Green+Blue) = 143+38+5=186 (24% of max value = 765). Red value is 143 (56.25% from 255 or 76.88% from 186); Green value is 38 (15.23% from 255 or 20.43% from 186); Blue value is 5 (2.34% from 255 or 2.69% from 186); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2605 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8F2605 is #70D9FA. Grayscale: #414141. Windows color (decimal): -7395835 or 337551. OLE color: 337551.

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

Color convert

RGB 143 38 5 -
CMYK 0 0.73 0.97 0.44
HSL 14.35º 0.93% 0.29% -
HSV(B) 14.35º 0.97% 0.56% -
XYZ 12.05 7.24 0.91 -
YUV 65.63 93.79 183.18 -
System Red Green Blue C M Y K H S L
Decimal 143 38 5 0 0.73 0.97 0.44 14.35 0.93 0.29
Hex 8F 26 5 0 49 61 2C E 5D 1D
Octal 217 46 5 0 111 141 54 16 135 35
Binary 10001111 100110 101 0 1001001 1100001 101100 1110 1011101 11101

Color Harmonies of #8F2605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F2605

Black with #8F2605

Text Example


Text Example

White with #8F2605

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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