Html Css Color HEX #861D1A Falu Red

📋 copy color: '#861D1A'

red 134 ◦ green 29 ◦ blue 26

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

Shades of Falu Red #861D1A

Tints of Falu Red #861D1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 13.76%

R = 70.9%
G = 15.34%
B = 13.76%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.81

 K value IS 0.47

RGB Variations

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

Color information

#861D1A (or 0x861D1A) is known color: Falu Red. HEX triplet: 86, 1D and 1A. RGB value is (134,29,26). Sum of RGB (Red+Green+Blue) = 134+29+26=189 (25% of max value = 765). Red value is 134 (52.73% from 255 or 70.90% from 189); Green value is 29 (11.72% from 255 or 15.34% from 189); Blue value is 26 (10.55% from 255 or 13.76% from 189); Max value from RGB is 134 - color contains mainly: red. Hex color #861D1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #861D1A is #79E2E5. Grayscale: #3C3C3C. Windows color (decimal): -7987942 or 1711494. OLE color: 1711494.

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

Color convert

RGB 134 29 26 -
CMYK 0 0.78 0.81 0.47
HSL 1.67º 0.68% 0.31% -
HSV(B) 1.67º 0.81% 0.53% -
XYZ 10.46 6.02 1.59 -
YUV 60.05 108.79 180.74 -
System Red Green Blue C M Y K H S L
Decimal 134 29 26 0 0.78 0.81 0.47 1.67 0.68 0.31
Hex 86 1D 1A 0 4E 51 2F 2 44 1F
Octal 206 35 32 0 116 121 57 2 104 37
Binary 10000110 11101 11010 0 1001110 1010001 101111 10 1000100 11111

Color Harmonies of #861D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861D1A

Black with #861D1A

Text Example


Text Example

White with #861D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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