#862101

Color #862101 Falu Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Falu Red #862101

Tints of Falu Red #862101

Color information

#862101 (or 0x862101) is unknown color: approx Falu Red. HEX triplet: 86, 21 and 01. RGB value is (134,33,1). Sum of RGB (Red+Green+Blue) = 134+33+1=168 (22% of max value = 765). Red value is 134 (52.73% from 255 or 79.76% from 168); Green value is 33 (13.28% from 255 or 19.64% from 168); Blue value is 1 (0.78% from 255 or 0.60% from 168); Max value from RGB is 134 - color contains mainly: red. Hex color #862101 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #862101 is #79DEFE. Grayscale: #3B3B3B. Windows color (decimal): -7986943 or 74118. OLE color: 74118.

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

Color convert

RGB134331-
CMYK00.750.990.47
HSL14.44º98.52%26.47%-
HSV(B)14.44º99.25%52.55%-
XYZ10.386.160.67-
YUV59.5594.96181.1-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 79.76%
GREEN value IS 33 (13.28% from 255) = 19.64%
BLUE value IS 1 (0.78% from 255) = 0.60%
R=79.76%
G=19.64%
B=0.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.99
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13433100.750.990.4714.4498.5226.47
Hex8621104B632Fe631a
Octal2064110113143571614332
Binary1000011010000110100101111000111011111110110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862101

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #862101; }

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

 H1.HeaderClassName
 {
   color: #862101;
 }
 .AnyTagClassName
 {
   color: #862101;
 }
</style>
background-color css

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

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

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

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

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

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