Html Css Color HEX #862210 Falu Red

📋 copy color: '#862210'

red 134 ◦ green 34 ◦ blue 16

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

Shades of Falu Red #862210

Tints of Falu Red #862210

RGB

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

 GREEN value IS 34 (13.67% from 255) = 18.48%

 BLUE value IS 16 (6.64% from 255) = 8.7%

R = 72.83%
G = 18.48%
B = 8.7%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.88

 K value IS 0.47

RGB Variations

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

Color information

#862210 (or 0x862210) is known color: Falu Red. HEX triplet: 86, 22 and 10. RGB value is (134,34,16). Sum of RGB (Red+Green+Blue) = 134+34+16=184 (24% of max value = 765). Red value is 134 (52.73% from 255 or 72.83% from 184); Green value is 34 (13.67% from 255 or 18.48% from 184); Blue value is 16 (6.64% from 255 or 8.70% from 184); Max value from RGB is 134 - color contains mainly: red. Hex color #862210 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #862210 is #79DDEF. Grayscale: #3E3E3E. Windows color (decimal): -7986672 or 1057414. OLE color: 1057414.

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

Color convert

RGB 134 34 16 -
CMYK 0 0.75 0.88 0.47
HSL 9.15º 0.79% 0.29% -
HSV(B) 9.15º 0.88% 0.53% -
XYZ 10.5 6.25 1.14 -
YUV 61.85 102.13 179.46 -
System Red Green Blue C M Y K H S L
Decimal 134 34 16 0 0.75 0.88 0.47 9.15 0.79 0.29
Hex 86 22 10 0 4B 58 2F 9 4F 1D
Octal 206 42 20 0 113 130 57 11 117 35
Binary 10000110 100010 10000 0 1001011 1011000 101111 1001 1001111 11101

Color Harmonies of #862210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862210

Black with #862210

Text Example


Text Example

White with #862210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #862210; }

 p { color: rgb(134,34,16); }

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

background-color css

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

 a { background-color: rgb(134,34,16); }

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

border-color css

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

 span { border-color: rgb(134,34,16); }

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