Html Css Color HEX #861010 Falu Red

📋 copy color: '#861010'

red 134 ◦ green 16 ◦ blue 16

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

Shades of Falu Red #861010

Tints of Falu Red #861010

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.64%

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

R = 80.72%
G = 9.64%
B = 9.64%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.88

 K value IS 0.47

RGB Variations

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

Color information

#861010 (or 0x861010) is known color: Falu Red. HEX triplet: 86, 10 and 10. RGB value is (134,16,16). Sum of RGB (Red+Green+Blue) = 134+16+16=166 (21% of max value = 765). Red value is 134 (52.73% from 255 or 80.72% from 166); Green value is 16 (6.64% from 255 or 9.64% from 166); Blue value is 16 (6.64% from 255 or 9.64% from 166); Max value from RGB is 134 - color contains mainly: red. Hex color #861010 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #861010 is #79EFEF. Grayscale: #333333. Windows color (decimal): -7991280 or 1052806. OLE color: 1052806.

HSL color Cylindrical-coordinate representation of color #861010: hue angle of 0º 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 #861010 is Cyan = 0, Magento = 0.88, Yellow = 0.88 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 16 16 -
CMYK 0 0.88 0.88 0.47
HSL 0.79% 0.29% -
HSV(B) 0.88% 0.53% -
XYZ 10.11 5.48 1.01 -
YUV 51.28 108.09 187 -
System Red Green Blue C M Y K H S L
Decimal 134 16 16 0 0.88 0.88 0.47 0 0.79 0.29
Hex 86 10 10 0 58 58 2F 0 4F 1D
Octal 206 20 20 0 130 130 57 0 117 35
Binary 10000110 10000 10000 0 1011000 1011000 101111 0 1001111 11101

Color Harmonies of #861010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861010

Black with #861010

Text Example


Text Example

White with #861010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #861010; }

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

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

background-color css

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

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

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

border-color css

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

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

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