Html Css Color HEX #86220D Falu Red

📋 copy color: '#86220D'

red 134 ◦ green 34 ◦ blue 13

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

Shades of Falu Red #86220D

Tints of Falu Red #86220D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 7.18%

R = 74.03%
G = 18.78%
B = 7.18%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.90

 K value IS 0.47

RGB Variations

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

Color information

#86220D (or 0x86220D) is known color: Falu Red. HEX triplet: 86, 22 and 0D. RGB value is (134,34,13). Sum of RGB (Red+Green+Blue) = 134+34+13=181 (23% of max value = 765). Red value is 134 (52.73% from 255 or 74.03% from 181); Green value is 34 (13.67% from 255 or 18.78% from 181); Blue value is 13 (5.47% from 255 or 7.18% from 181); Max value from RGB is 134 - color contains mainly: red. Hex color #86220D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #86220D is #79DDF2. Grayscale: #3D3D3D. Windows color (decimal): -7986675 or 860806. OLE color: 860806.

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

Color convert

RGB 134 34 13 -
CMYK 0 0.75 0.90 0.47
HSL 10.41º 0.82% 0.29% -
HSV(B) 10.41º 0.9% 0.53% -
XYZ 10.48 6.24 1.03 -
YUV 61.51 100.63 179.71 -
System Red Green Blue C M Y K H S L
Decimal 134 34 13 0 0.75 0.90 0.47 10.41 0.82 0.29
Hex 86 22 D 0 4B 5A 2F A 52 1D
Octal 206 42 15 0 113 132 57 12 122 35
Binary 10000110 100010 1101 0 1001011 1011010 101111 1010 1010010 11101

Color Harmonies of #86220D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86220D

Black with #86220D

Text Example


Text Example

White with #86220D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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