Html Css Color HEX #862316 Falu Red

📋 copy color: '#862316'

red 134 ◦ green 35 ◦ blue 22

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

Shades of Falu Red #862316

Tints of Falu Red #862316

RGB

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

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

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

R = 70.16%
G = 18.32%
B = 11.52%

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

#862316 (or 0x862316) is known color: Falu Red. HEX triplet: 86, 23 and 16. RGB value is (134,35,22). Sum of RGB (Red+Green+Blue) = 134+35+22=191 (25% of max value = 765). Red value is 134 (52.73% from 255 or 70.16% from 191); Green value is 35 (14.06% from 255 or 18.32% from 191); Blue value is 22 (8.98% from 255 or 11.52% from 191); Max value from RGB is 134 - color contains mainly: red. Hex color #862316 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #862316 is #79DCE9. Grayscale: #3F3F3F. Windows color (decimal): -7986410 or 1450886. OLE color: 1450886.

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

Color convert

RGB 134 35 22 -
CMYK 0 0.74 0.84 0.47
HSL 6.96º 0.72% 0.31% -
HSV(B) 6.96º 0.84% 0.53% -
XYZ 10.58 6.33 1.42 -
YUV 63.12 104.8 178.56 -
System Red Green Blue C M Y K H S L
Decimal 134 35 22 0 0.74 0.84 0.47 6.96 0.72 0.31
Hex 86 23 16 0 4A 54 2F 7 48 1F
Octal 206 43 26 0 112 124 57 7 110 37
Binary 10000110 100011 10110 0 1001010 1010100 101111 111 1001000 11111

Color Harmonies of #862316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862316

Black with #862316

Text Example


Text Example

White with #862316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #862316; }

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

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

background-color css

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

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

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

border-color css

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

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

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