Html Css Color HEX #861512 Falu Red

📋 copy color: '#861512'

red 134 ◦ green 21 ◦ blue 18

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

Shades of Falu Red #861512

Tints of Falu Red #861512

RGB

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

 GREEN value IS 21 (8.59% from 255) = 12.14%

 BLUE value IS 18 (7.42% from 255) = 10.4%

R = 77.46%
G = 12.14%
B = 10.4%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.87

 K value IS 0.47

RGB Variations

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

Color information

#861512 (or 0x861512) is known color: Falu Red. HEX triplet: 86, 15 and 12. RGB value is (134,21,18). Sum of RGB (Red+Green+Blue) = 134+21+18=173 (22% of max value = 765). Red value is 134 (52.73% from 255 or 77.46% from 173); Green value is 21 (8.59% from 255 or 12.14% from 173); Blue value is 18 (7.42% from 255 or 10.40% from 173); Max value from RGB is 134 - color contains mainly: red. Hex color #861512 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #861512 is #79EAED. Grayscale: #363636. Windows color (decimal): -7989998 or 1185158. OLE color: 1185158.

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

Color convert

RGB 134 21 18 -
CMYK 0 0.84 0.87 0.47
HSL 1.55º 0.76% 0.3% -
HSV(B) 1.55º 0.87% 0.53% -
XYZ 10.21 5.65 1.12 -
YUV 54.45 107.44 184.74 -
System Red Green Blue C M Y K H S L
Decimal 134 21 18 0 0.84 0.87 0.47 1.55 0.76 0.3
Hex 86 15 12 0 54 57 2F 2 4C 1E
Octal 206 25 22 0 124 127 57 2 114 36
Binary 10000110 10101 10010 0 1010100 1010111 101111 10 1001100 11110

Color Harmonies of #861512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861512

Black with #861512

Text Example


Text Example

White with #861512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #861512; }

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

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

background-color css

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

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

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

border-color css

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

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

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