Html Css Color HEX #861713 Falu Red

📋 copy color: '#861713'

red 134 ◦ green 23 ◦ blue 19

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

Shades of Falu Red #861713

Tints of Falu Red #861713

RGB

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

 GREEN value IS 23 (9.38% from 255) = 13.07%

 BLUE value IS 19 (7.81% from 255) = 10.8%

R = 76.14%
G = 13.07%
B = 10.8%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.86

 K value IS 0.47

RGB Variations

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

Color information

#861713 (or 0x861713) is known color: Falu Red. HEX triplet: 86, 17 and 13. RGB value is (134,23,19). Sum of RGB (Red+Green+Blue) = 134+23+19=176 (23% of max value = 765). Red value is 134 (52.73% from 255 or 76.14% from 176); Green value is 23 (9.38% from 255 or 13.07% from 176); Blue value is 19 (7.81% from 255 or 10.80% from 176); Max value from RGB is 134 - color contains mainly: red. Hex color #861713 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #861713 is #79E8EC. Grayscale: #373737. Windows color (decimal): -7989485 or 1251206. OLE color: 1251206.

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

Color convert

RGB 134 23 19 -
CMYK 0 0.83 0.86 0.47
HSL 2.09º 0.75% 0.3% -
HSV(B) 2.09º 0.86% 0.53% -
XYZ 10.26 5.73 1.18 -
YUV 55.73 107.27 183.83 -
System Red Green Blue C M Y K H S L
Decimal 134 23 19 0 0.83 0.86 0.47 2.09 0.75 0.3
Hex 86 17 13 0 53 56 2F 2 4B 1E
Octal 206 27 23 0 123 126 57 2 113 36
Binary 10000110 10111 10011 0 1010011 1010110 101111 10 1001011 11110

Color Harmonies of #861713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861713

Black with #861713

Text Example


Text Example

White with #861713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #861713; }

 p { color: rgb(134,23,19); }

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

background-color css

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

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

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

border-color css

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

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

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