Html Css Color HEX #861810 Falu Red

📋 copy color: '#861810'

red 134 ◦ green 24 ◦ blue 16

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

Shades of Falu Red #861810

Tints of Falu Red #861810

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 9.2%

R = 77.01%
G = 13.79%
B = 9.2%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.88

 K value IS 0.47

RGB Variations

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

Color information

#861810 (or 0x861810) is known color: Falu Red. HEX triplet: 86, 18 and 10. RGB value is (134,24,16). Sum of RGB (Red+Green+Blue) = 134+24+16=174 (23% of max value = 765). Red value is 134 (52.73% from 255 or 77.01% from 174); Green value is 24 (9.77% from 255 or 13.79% from 174); Blue value is 16 (6.64% from 255 or 9.20% from 174); Max value from RGB is 134 - color contains mainly: red. Hex color #861810 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #861810 is #79E7EF. Grayscale: #383838. Windows color (decimal): -7989232 or 1054854. OLE color: 1054854.

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

Color convert

RGB 134 24 16 -
CMYK 0 0.82 0.88 0.47
HSL 4.07º 0.79% 0.29% -
HSV(B) 4.07º 0.88% 0.53% -
XYZ 10.25 5.76 1.06 -
YUV 55.98 105.44 183.65 -
System Red Green Blue C M Y K H S L
Decimal 134 24 16 0 0.82 0.88 0.47 4.07 0.79 0.29
Hex 86 18 10 0 52 58 2F 4 4F 1D
Octal 206 30 20 0 122 130 57 4 117 35
Binary 10000110 11000 10000 0 1010010 1011000 101111 100 1001111 11101

Color Harmonies of #861810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861810

Black with #861810

Text Example


Text Example

White with #861810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #861810; }

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

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

background-color css

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

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

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

border-color css

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

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

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