Html Css Color HEX #861B15 Falu Red

📋 copy color: '#861B15'

red 134 ◦ green 27 ◦ blue 21

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

Shades of Falu Red #861B15

Tints of Falu Red #861B15

RGB

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

 GREEN value IS 27 (10.94% from 255) = 14.84%

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

R = 73.63%
G = 14.84%
B = 11.54%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.84

 K value IS 0.47

RGB Variations

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

Color information

#861B15 (or 0x861B15) is known color: Falu Red. HEX triplet: 86, 1B and 15. RGB value is (134,27,21). Sum of RGB (Red+Green+Blue) = 134+27+21=182 (24% of max value = 765). Red value is 134 (52.73% from 255 or 73.63% from 182); Green value is 27 (10.94% from 255 or 14.84% from 182); Blue value is 21 (8.59% from 255 or 11.54% from 182); Max value from RGB is 134 - color contains mainly: red. Hex color #861B15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #861B15 is #79E4EA. Grayscale: #3A3A3A. Windows color (decimal): -7988459 or 1383302. OLE color: 1383302.

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

Color convert

RGB 134 27 21 -
CMYK 0 0.80 0.84 0.47
HSL 3.19º 0.73% 0.3% -
HSV(B) 3.19º 0.84% 0.53% -
XYZ 10.36 5.91 1.3 -
YUV 58.31 106.95 181.99 -
System Red Green Blue C M Y K H S L
Decimal 134 27 21 0 0.80 0.84 0.47 3.19 0.73 0.3
Hex 86 1B 15 0 50 54 2F 3 49 1E
Octal 206 33 25 0 120 124 57 3 111 36
Binary 10000110 11011 10101 0 1010000 1010100 101111 11 1001001 11110

Color Harmonies of #861B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861B15

Black with #861B15

Text Example


Text Example

White with #861B15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #861B15; }

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

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

background-color css

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

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

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

border-color css

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

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

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