Html Css Color HEX #861D04 Falu Red

📋 copy color: '#861D04'

red 134 ◦ green 29 ◦ blue 4

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

Shades of Falu Red #861D04

Tints of Falu Red #861D04

RGB

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

 GREEN value IS 29 (11.72% from 255) = 17.37%

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

R = 80.24%
G = 17.37%
B = 2.4%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.97

 K value IS 0.47

RGB Variations

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

Color information

#861D04 (or 0x861D04) is known color: Falu Red. HEX triplet: 86, 1D and 04. RGB value is (134,29,4). Sum of RGB (Red+Green+Blue) = 134+29+4=167 (22% of max value = 765). Red value is 134 (52.73% from 255 or 80.24% from 167); Green value is 29 (11.72% from 255 or 17.37% from 167); Blue value is 4 (1.95% from 255 or 2.40% from 167); Max value from RGB is 134 - color contains mainly: red. Hex color #861D04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #861D04 is #79E2FB. Grayscale: #393939. Windows color (decimal): -7987964 or 269702. OLE color: 269702.

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

Color convert

RGB 134 29 4 -
CMYK 0 0.78 0.97 0.47
HSL 11.54º 0.94% 0.27% -
HSV(B) 11.54º 0.97% 0.53% -
XYZ 10.29 5.96 0.72 -
YUV 57.55 97.79 182.53 -
System Red Green Blue C M Y K H S L
Decimal 134 29 4 0 0.78 0.97 0.47 11.54 0.94 0.27
Hex 86 1D 4 0 4E 61 2F C 5E 1B
Octal 206 35 4 0 116 141 57 14 136 33
Binary 10000110 11101 100 0 1001110 1100001 101111 1100 1011110 11011

Color Harmonies of #861D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861D04

Black with #861D04

Text Example


Text Example

White with #861D04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,29,4); }

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

background-color css

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

 a { background-color: rgb(134,29,4); }

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

border-color css

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

 span { border-color: rgb(134,29,4); }

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