Html Css Color HEX #861615 Falu Red

📋 copy color: '#861615'

red 134 ◦ green 22 ◦ blue 21

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

Shades of Falu Red #861615

Tints of Falu Red #861615

RGB

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

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

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

R = 75.71%
G = 12.43%
B = 11.86%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.84

 K value IS 0.47

RGB Variations

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

Color information

#861615 (or 0x861615) is known color: Falu Red. HEX triplet: 86, 16 and 15. RGB value is (134,22,21). Sum of RGB (Red+Green+Blue) = 134+22+21=177 (23% of max value = 765). Red value is 134 (52.73% from 255 or 75.71% from 177); Green value is 22 (8.98% from 255 or 12.43% from 177); Blue value is 21 (8.59% from 255 or 11.86% from 177); Max value from RGB is 134 - color contains mainly: red. Hex color #861615 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #861615 is #79E9EA. Grayscale: #373737. Windows color (decimal): -7989739 or 1382022. OLE color: 1382022.

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

Color convert

RGB 134 22 21 -
CMYK 0 0.84 0.84 0.47
HSL 0.53º 0.73% 0.3% -
HSV(B) 0.53º 0.84% 0.53% -
XYZ 10.25 5.7 1.27 -
YUV 55.37 108.61 184.08 -
System Red Green Blue C M Y K H S L
Decimal 134 22 21 0 0.84 0.84 0.47 0.53 0.73 0.3
Hex 86 16 15 0 54 54 2F 1 49 1E
Octal 206 26 25 0 124 124 57 1 111 36
Binary 10000110 10110 10101 0 1010100 1010100 101111 1 1001001 11110

Color Harmonies of #861615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861615

Black with #861615

Text Example


Text Example

White with #861615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #861615; }

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

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

background-color css

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

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

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

border-color css

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

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

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