Html Css Color HEX #862115 Falu Red

📋 copy color: '#862115'

red 134 ◦ green 33 ◦ blue 21

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

Shades of Falu Red #862115

Tints of Falu Red #862115

RGB

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

 GREEN value IS 33 (13.28% from 255) = 17.55%

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

R = 71.28%
G = 17.55%
B = 11.17%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.84

 K value IS 0.47

RGB Variations

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

Color information

#862115 (or 0x862115) is known color: Falu Red. HEX triplet: 86, 21 and 15. RGB value is (134,33,21). Sum of RGB (Red+Green+Blue) = 134+33+21=188 (24% of max value = 765). Red value is 134 (52.73% from 255 or 71.28% from 188); Green value is 33 (13.28% from 255 or 17.55% from 188); Blue value is 21 (8.59% from 255 or 11.17% from 188); Max value from RGB is 134 - color contains mainly: red. Hex color #862115 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #862115 is #79DEEA. Grayscale: #3D3D3D. Windows color (decimal): -7986923 or 1384838. OLE color: 1384838.

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

Color convert

RGB 134 33 21 -
CMYK 0 0.75 0.84 0.47
HSL 6.37º 0.73% 0.3% -
HSV(B) 6.37º 0.84% 0.53% -
XYZ 10.51 6.21 1.35 -
YUV 61.83 104.96 179.48 -
System Red Green Blue C M Y K H S L
Decimal 134 33 21 0 0.75 0.84 0.47 6.37 0.73 0.3
Hex 86 21 15 0 4B 54 2F 6 49 1E
Octal 206 41 25 0 113 124 57 6 111 36
Binary 10000110 100001 10101 0 1001011 1010100 101111 110 1001001 11110

Color Harmonies of #862115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862115

Black with #862115

Text Example


Text Example

White with #862115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #862115; }

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

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

background-color css

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

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

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

border-color css

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

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

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