Html Css Color HEX #861915 Falu Red

📋 copy color: '#861915'

red 134 ◦ green 25 ◦ blue 21

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

Shades of Falu Red #861915

Tints of Falu Red #861915

RGB

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

 GREEN value IS 25 (10.16% from 255) = 13.89%

 BLUE value IS 21 (8.59% from 255) = 11.67%

R = 74.44%
G = 13.89%
B = 11.67%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.84

 K value IS 0.47

RGB Variations

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

Color information

#861915 (or 0x861915) is known color: Falu Red. HEX triplet: 86, 19 and 15. RGB value is (134,25,21). Sum of RGB (Red+Green+Blue) = 134+25+21=180 (23% of max value = 765). Red value is 134 (52.73% from 255 or 74.44% from 180); Green value is 25 (10.16% from 255 or 13.89% from 180); Blue value is 21 (8.59% from 255 or 11.67% from 180); Max value from RGB is 134 - color contains mainly: red. Hex color #861915 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #861915 is #79E6EA. Grayscale: #393939. Windows color (decimal): -7988971 or 1382790. OLE color: 1382790.

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

Color convert

RGB 134 25 21 -
CMYK 0 0.81 0.84 0.47
HSL 2.12º 0.73% 0.3% -
HSV(B) 2.12º 0.84% 0.53% -
XYZ 10.31 5.82 1.29 -
YUV 57.14 107.61 182.83 -
System Red Green Blue C M Y K H S L
Decimal 134 25 21 0 0.81 0.84 0.47 2.12 0.73 0.3
Hex 86 19 15 0 51 54 2F 2 49 1E
Octal 206 31 25 0 121 124 57 2 111 36
Binary 10000110 11001 10101 0 1010001 1010100 101111 10 1001001 11110

Color Harmonies of #861915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861915

Black with #861915

Text Example


Text Example

White with #861915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #861915; }

 p { color: rgb(134,25,21); }

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

background-color css

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

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

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

border-color css

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

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

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