Html Css Color HEX #86200B Falu Red

📋 copy color: '#86200B'

red 134 ◦ green 32 ◦ blue 11

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

Shades of Falu Red #86200B

Tints of Falu Red #86200B

RGB

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

 GREEN value IS 32 (12.89% from 255) = 18.08%

 BLUE value IS 11 (4.69% from 255) = 6.21%

R = 75.71%
G = 18.08%
B = 6.21%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.92

 K value IS 0.47

RGB Variations

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

Color information

#86200B (or 0x86200B) is known color: Falu Red. HEX triplet: 86, 20 and 0B. RGB value is (134,32,11). Sum of RGB (Red+Green+Blue) = 134+32+11=177 (23% of max value = 765). Red value is 134 (52.73% from 255 or 75.71% from 177); Green value is 32 (12.89% from 255 or 18.08% from 177); Blue value is 11 (4.69% from 255 or 6.21% from 177); Max value from RGB is 134 - color contains mainly: red. Hex color #86200B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #86200B is #79DFF4. Grayscale: #3C3C3C. Windows color (decimal): -7987189 or 729222. OLE color: 729222.

HSL color Cylindrical-coordinate representation of color #86200B: hue angle of 10.24º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #86200B is Cyan = 0, Magento = 0.76, Yellow = 0.92 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 32 11 -
CMYK 0 0.76 0.92 0.47
HSL 10.24º 0.85% 0.28% -
HSV(B) 10.24º 0.92% 0.53% -
XYZ 10.41 6.13 0.95 -
YUV 60.1 100.29 180.71 -
System Red Green Blue C M Y K H S L
Decimal 134 32 11 0 0.76 0.92 0.47 10.24 0.85 0.28
Hex 86 20 B 0 4C 5C 2F A 55 1C
Octal 206 40 13 0 114 134 57 12 125 34
Binary 10000110 100000 1011 0 1001100 1011100 101111 1010 1010101 11100

Color Harmonies of #86200B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86200B

Black with #86200B

Text Example


Text Example

White with #86200B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86200B; }

 p { color: rgb(134,32,11); }

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

background-color css

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

 a { background-color: rgb(134,32,11); }

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

border-color css

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

 span { border-color: rgb(134,32,11); }

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