Html Css Color HEX #861F08 Falu Red

📋 copy color: '#861F08'

red 134 ◦ green 31 ◦ blue 8

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

Shades of Falu Red #861F08

Tints of Falu Red #861F08

RGB

 RED value IS 134 (52.73% from 255) = 77.46%

 GREEN value IS 31 (12.5% from 255) = 17.92%

 BLUE value IS 8 (3.52% from 255) = 4.62%

R = 77.46%
G = 17.92%
B = 4.62%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.94

 K value IS 0.47

RGB Variations

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

Color information

#861F08 (or 0x861F08) is known color: Falu Red. HEX triplet: 86, 1F and 08. RGB value is (134,31,8). Sum of RGB (Red+Green+Blue) = 134+31+8=173 (22% of max value = 765). Red value is 134 (52.73% from 255 or 77.46% from 173); Green value is 31 (12.5% from 255 or 17.92% from 173); Blue value is 8 (3.52% from 255 or 4.62% from 173); Max value from RGB is 134 - color contains mainly: red. Hex color #861F08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #861F08 is #79E0F7. Grayscale: #3B3B3B. Windows color (decimal): -7987448 or 532358. OLE color: 532358.

HSL color Cylindrical-coordinate representation of color #861F08: hue angle of 10.95º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #861F08 is Cyan = 0, Magento = 0.77, Yellow = 0.94 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 31 8 -
CMYK 0 0.77 0.94 0.47
HSL 10.95º 0.89% 0.28% -
HSV(B) 10.95º 0.94% 0.53% -
XYZ 10.37 6.07 0.85 -
YUV 59.18 99.12 181.37 -
System Red Green Blue C M Y K H S L
Decimal 134 31 8 0 0.77 0.94 0.47 10.95 0.89 0.28
Hex 86 1F 8 0 4D 5E 2F B 59 1C
Octal 206 37 10 0 115 136 57 13 131 34
Binary 10000110 11111 1000 0 1001101 1011110 101111 1011 1011001 11100

Color Harmonies of #861F08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861F08

Black with #861F08

Text Example


Text Example

White with #861F08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #861F08; }

 p { color: rgb(134,31,8); }

 H1.HeaderClassName
 {
   color: #861F08;
 }
 .AnyTagClassName
 {
   color: #861F08;
 }
</style>

background-color css

<style>
 a { background-color: #861F08; }

 a { background-color: rgb(134,31,8); }

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

border-color css

<style>
 span { border-color: #861F08; }

 span { border-color: rgb(134,31,8); }

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