Html Css Color HEX #86220F Falu Red

📋 copy color: '#86220F'

red 134 ◦ green 34 ◦ blue 15

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

Shades of Falu Red #86220F

Tints of Falu Red #86220F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 8.2%

R = 73.22%
G = 18.58%
B = 8.2%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.89

 K value IS 0.47

RGB Variations

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

Color information

#86220F (or 0x86220F) is known color: Falu Red. HEX triplet: 86, 22 and 0F. RGB value is (134,34,15). Sum of RGB (Red+Green+Blue) = 134+34+15=183 (24% of max value = 765). Red value is 134 (52.73% from 255 or 73.22% from 183); Green value is 34 (13.67% from 255 or 18.58% from 183); Blue value is 15 (6.25% from 255 or 8.20% from 183); Max value from RGB is 134 - color contains mainly: red. Hex color #86220F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #86220F is #79DDF0. Grayscale: #3D3D3D. Windows color (decimal): -7986673 or 991878. OLE color: 991878.

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

Color convert

RGB 134 34 15 -
CMYK 0 0.75 0.89 0.47
HSL 9.58º 0.8% 0.29% -
HSV(B) 9.58º 0.89% 0.53% -
XYZ 10.49 6.25 1.1 -
YUV 61.73 101.63 179.54 -
System Red Green Blue C M Y K H S L
Decimal 134 34 15 0 0.75 0.89 0.47 9.58 0.8 0.29
Hex 86 22 F 0 4B 59 2F A 50 1D
Octal 206 42 17 0 113 131 57 12 120 35
Binary 10000110 100010 1111 0 1001011 1011001 101111 1010 1010000 11101

Color Harmonies of #86220F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86220F

Black with #86220F

Text Example


Text Example

White with #86220F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86220F; }

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

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

background-color css

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

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

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

border-color css

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

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

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