Html Css Color HEX #861814 Falu Red

📋 copy color: '#861814'

red 134 ◦ green 24 ◦ blue 20

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

Shades of Falu Red #861814

Tints of Falu Red #861814

RGB

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

 GREEN value IS 24 (9.77% from 255) = 13.48%

 BLUE value IS 20 (8.2% from 255) = 11.24%

R = 75.28%
G = 13.48%
B = 11.24%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.85

 K value IS 0.47

RGB Variations

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

Color information

#861814 (or 0x861814) is known color: Falu Red. HEX triplet: 86, 18 and 14. RGB value is (134,24,20). Sum of RGB (Red+Green+Blue) = 134+24+20=178 (23% of max value = 765). Red value is 134 (52.73% from 255 or 75.28% from 178); Green value is 24 (9.77% from 255 or 13.48% from 178); Blue value is 20 (8.20% from 255 or 11.24% from 178); Max value from RGB is 134 - color contains mainly: red. Hex color #861814 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #861814 is #79E7EB. Grayscale: #383838. Windows color (decimal): -7989228 or 1316998. OLE color: 1316998.

HSL color Cylindrical-coordinate representation of color #861814: hue angle of 2.11º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #861814 is Cyan = 0, Magento = 0.82, Yellow = 0.85 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 24 20 -
CMYK 0 0.82 0.85 0.47
HSL 2.11º 0.74% 0.3% -
HSV(B) 2.11º 0.85% 0.53% -
XYZ 10.28 5.77 1.23 -
YUV 56.43 107.44 183.33 -
System Red Green Blue C M Y K H S L
Decimal 134 24 20 0 0.82 0.85 0.47 2.11 0.74 0.3
Hex 86 18 14 0 52 55 2F 2 4A 1E
Octal 206 30 24 0 122 125 57 2 112 36
Binary 10000110 11000 10100 0 1010010 1010101 101111 10 1001010 11110

Color Harmonies of #861814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861814

Black with #861814

Text Example


Text Example

White with #861814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #861814; }

 p { color: rgb(134,24,20); }

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

background-color css

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

 a { background-color: rgb(134,24,20); }

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

border-color css

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

 span { border-color: rgb(134,24,20); }

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