Html Css Color HEX #862315 Falu Red

📋 copy color: '#862315'

red 134 ◦ green 35 ◦ blue 21

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

Shades of Falu Red #862315

Tints of Falu Red #862315

RGB

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

 GREEN value IS 35 (14.06% from 255) = 18.42%

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

R = 70.53%
G = 18.42%
B = 11.05%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.84

 K value IS 0.47

RGB Variations

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

Color information

#862315 (or 0x862315) is known color: Falu Red. HEX triplet: 86, 23 and 15. RGB value is (134,35,21). Sum of RGB (Red+Green+Blue) = 134+35+21=190 (25% of max value = 765). Red value is 134 (52.73% from 255 or 70.53% from 190); Green value is 35 (14.06% from 255 or 18.42% from 190); Blue value is 21 (8.59% from 255 or 11.05% from 190); Max value from RGB is 134 - color contains mainly: red. Hex color #862315 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #862315 is #79DCEA. Grayscale: #3F3F3F. Windows color (decimal): -7986411 or 1385350. OLE color: 1385350.

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

Color convert

RGB 134 35 21 -
CMYK 0 0.74 0.84 0.47
HSL 7.43º 0.73% 0.3% -
HSV(B) 7.43º 0.84% 0.53% -
XYZ 10.57 6.32 1.37 -
YUV 63.01 104.3 178.64 -
System Red Green Blue C M Y K H S L
Decimal 134 35 21 0 0.74 0.84 0.47 7.43 0.73 0.3
Hex 86 23 15 0 4A 54 2F 7 49 1E
Octal 206 43 25 0 112 124 57 7 111 36
Binary 10000110 100011 10101 0 1001010 1010100 101111 111 1001001 11110

Color Harmonies of #862315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862315

Black with #862315

Text Example


Text Example

White with #862315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #862315; }

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

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

background-color css

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

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

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

border-color css

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

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

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