Html Css Color HEX #862116 Falu Red

📋 copy color: '#862116'

red 134 ◦ green 33 ◦ blue 22

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

Shades of Falu Red #862116

Tints of Falu Red #862116

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 11.64%

R = 70.9%
G = 17.46%
B = 11.64%

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

#862116 (or 0x862116) is known color: Falu Red. HEX triplet: 86, 21 and 16. RGB value is (134,33,22). Sum of RGB (Red+Green+Blue) = 134+33+22=189 (25% of max value = 765). Red value is 134 (52.73% from 255 or 70.90% from 189); Green value is 33 (13.28% from 255 or 17.46% from 189); Blue value is 22 (8.98% from 255 or 11.64% from 189); Max value from RGB is 134 - color contains mainly: red. Hex color #862116 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #862116 is #79DEE9. Grayscale: #3E3E3E. Windows color (decimal): -7986922 or 1450374. OLE color: 1450374.

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

Color convert

RGB 134 33 22 -
CMYK 0 0.75 0.84 0.47
HSL 5.89º 0.72% 0.31% -
HSV(B) 5.89º 0.84% 0.53% -
XYZ 10.52 6.21 1.4 -
YUV 61.95 105.46 179.39 -
System Red Green Blue C M Y K H S L
Decimal 134 33 22 0 0.75 0.84 0.47 5.89 0.72 0.31
Hex 86 21 16 0 4B 54 2F 6 48 1F
Octal 206 41 26 0 113 124 57 6 110 37
Binary 10000110 100001 10110 0 1001011 1010100 101111 110 1001000 11111

Color Harmonies of #862116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862116

Black with #862116

Text Example


Text Example

White with #862116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #862116; }

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

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

background-color css

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

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

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

border-color css

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

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

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