Html Css Color HEX #861313 Falu Red

📋 copy color: '#861313'

red 134 ◦ green 19 ◦ blue 19

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

Shades of Falu Red #861313

Tints of Falu Red #861313

RGB

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

 GREEN value IS 19 (7.81% from 255) = 11.05%

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

R = 77.91%
G = 11.05%
B = 11.05%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.86

 K value IS 0.47

RGB Variations

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

Color information

#861313 (or 0x861313) is known color: Falu Red. HEX triplet: 86, 13 and 13. RGB value is (134,19,19). Sum of RGB (Red+Green+Blue) = 134+19+19=172 (22% of max value = 765). Red value is 134 (52.73% from 255 or 77.91% from 172); Green value is 19 (7.81% from 255 or 11.05% from 172); Blue value is 19 (7.81% from 255 or 11.05% from 172); Max value from RGB is 134 - color contains mainly: red. Hex color #861313 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #861313 is #79ECEC. Grayscale: #353535. Windows color (decimal): -7990509 or 1250182. OLE color: 1250182.

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

Color convert

RGB 134 19 19 -
CMYK 0 0.86 0.86 0.47
HSL 0.75% 0.3% -
HSV(B) 0.86% 0.53% -
XYZ 10.18 5.58 1.16 -
YUV 53.39 108.6 185.5 -
System Red Green Blue C M Y K H S L
Decimal 134 19 19 0 0.86 0.86 0.47 0 0.75 0.3
Hex 86 13 13 0 56 56 2F 0 4B 1E
Octal 206 23 23 0 126 126 57 0 113 36
Binary 10000110 10011 10011 0 1010110 1010110 101111 0 1001011 11110

Color Harmonies of #861313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861313

Black with #861313

Text Example


Text Example

White with #861313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #861313; }

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

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

background-color css

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

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

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

border-color css

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

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

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