Html Css Color HEX #862100 Falu Red

📋 copy color: '#862100'

red 134 ◦ green 33 ◦ blue 0

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

Shades of Falu Red #862100

Tints of Falu Red #862100

RGB

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

 GREEN value IS 33 (13.28% from 255) = 19.76%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 80.24%
G = 19.76%
B = 0%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 1

 K value IS 0.47

RGB Variations

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

Color information

#862100 (or 0x862100) is known color: Falu Red. HEX triplet: 86, 21 and 00. RGB value is (134,33,0). Sum of RGB (Red+Green+Blue) = 134+33+0=167 (22% of max value = 765). Red value is 134 (52.73% from 255 or 80.24% from 167); Green value is 33 (13.28% from 255 or 19.76% from 167); Blue value is 0 (0.39% from 255 or 0% from 167); Max value from RGB is 134 - color contains mainly: red. Hex color #862100 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #862100 is #79DEFF. Grayscale: #3B3B3B. Windows color (decimal): -7986944 or 8582. OLE color: 8582.

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

Color convert

RGB 134 33 0 -
CMYK 0 0.75 1 0.47
HSL 14.78º 1% 0.26% -
HSV(B) 14.78º 1% 0.53% -
XYZ 10.38 6.16 0.64 -
YUV 59.44 94.46 181.18 -
System Red Green Blue C M Y K H S L
Decimal 134 33 0 0 0.75 1 0.47 14.78 1 0.26
Hex 86 21 0 0 4B 64 2F F 64 1A
Octal 206 41 0 0 113 144 57 17 144 32
Binary 10000110 100001 0 0 1001011 1100100 101111 1111 1100100 11010

Color Harmonies of #862100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862100

Black with #862100

Text Example


Text Example

White with #862100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #862100; }

 p { color: rgb(134,33,0); }

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

background-color css

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

 a { background-color: rgb(134,33,0); }

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

border-color css

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

 span { border-color: rgb(134,33,0); }

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