Html Css Color HEX #862015 Falu Red

📋 copy color: '#862015'

red 134 ◦ green 32 ◦ blue 21

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

Shades of Falu Red #862015

Tints of Falu Red #862015

RGB

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

 GREEN value IS 32 (12.89% from 255) = 17.11%

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

R = 71.66%
G = 17.11%
B = 11.23%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.84

 K value IS 0.47

RGB Variations

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

Color information

#862015 (or 0x862015) is known color: Falu Red. HEX triplet: 86, 20 and 15. RGB value is (134,32,21). Sum of RGB (Red+Green+Blue) = 134+32+21=187 (24% of max value = 765). Red value is 134 (52.73% from 255 or 71.66% from 187); Green value is 32 (12.89% from 255 or 17.11% from 187); Blue value is 21 (8.59% from 255 or 11.23% from 187); Max value from RGB is 134 - color contains mainly: red. Hex color #862015 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #862015 is #79DFEA. Grayscale: #3D3D3D. Windows color (decimal): -7987179 or 1384582. OLE color: 1384582.

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

Color convert

RGB 134 32 21 -
CMYK 0 0.76 0.84 0.47
HSL 5.84º 0.73% 0.3% -
HSV(B) 5.84º 0.84% 0.53% -
XYZ 10.48 6.16 1.35 -
YUV 61.24 105.29 179.89 -
System Red Green Blue C M Y K H S L
Decimal 134 32 21 0 0.76 0.84 0.47 5.84 0.73 0.3
Hex 86 20 15 0 4C 54 2F 6 49 1E
Octal 206 40 25 0 114 124 57 6 111 36
Binary 10000110 100000 10101 0 1001100 1010100 101111 110 1001001 11110

Color Harmonies of #862015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862015

Black with #862015

Text Example


Text Example

White with #862015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #862015; }

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

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

background-color css

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

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

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

border-color css

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

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

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