Html Css Color HEX #861613 Falu Red

📋 copy color: '#861613'

red 134 ◦ green 22 ◦ blue 19

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

Shades of Falu Red #861613

Tints of Falu Red #861613

RGB

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

 GREEN value IS 22 (8.98% from 255) = 12.57%

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

R = 76.57%
G = 12.57%
B = 10.86%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.86

 K value IS 0.47

RGB Variations

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

Color information

#861613 (or 0x861613) is known color: Falu Red. HEX triplet: 86, 16 and 13. RGB value is (134,22,19). Sum of RGB (Red+Green+Blue) = 134+22+19=175 (23% of max value = 765). Red value is 134 (52.73% from 255 or 76.57% from 175); Green value is 22 (8.98% from 255 or 12.57% from 175); Blue value is 19 (7.81% from 255 or 10.86% from 175); Max value from RGB is 134 - color contains mainly: red. Hex color #861613 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #861613 is #79E9EC. Grayscale: #373737. Windows color (decimal): -7989741 or 1250950. OLE color: 1250950.

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

Color convert

RGB 134 22 19 -
CMYK 0 0.84 0.86 0.47
HSL 1.57º 0.75% 0.3% -
HSV(B) 1.57º 0.86% 0.53% -
XYZ 10.24 5.69 1.17 -
YUV 55.15 107.61 184.24 -
System Red Green Blue C M Y K H S L
Decimal 134 22 19 0 0.84 0.86 0.47 1.57 0.75 0.3
Hex 86 16 13 0 54 56 2F 2 4B 1E
Octal 206 26 23 0 124 126 57 2 113 36
Binary 10000110 10110 10011 0 1010100 1010110 101111 10 1001011 11110

Color Harmonies of #861613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861613

Black with #861613

Text Example


Text Example

White with #861613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #861613; }

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

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

background-color css

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

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

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

border-color css

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

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

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