Html Css Color HEX #862001 Falu Red

📋 copy color: '#862001'

red 134 ◦ green 32 ◦ blue 1

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

Shades of Falu Red #862001

Tints of Falu Red #862001

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.6%

R = 80.24%
G = 19.16%
B = 0.6%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.99

 K value IS 0.47

RGB Variations

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

Color information

#862001 (or 0x862001) is known color: Falu Red. HEX triplet: 86, 20 and 01. RGB value is (134,32,1). Sum of RGB (Red+Green+Blue) = 134+32+1=167 (22% of max value = 765). Red value is 134 (52.73% from 255 or 80.24% from 167); Green value is 32 (12.89% from 255 or 19.16% from 167); Blue value is 1 (0.78% from 255 or 0.60% from 167); Max value from RGB is 134 - color contains mainly: red. Hex color #862001 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #862001 is #79DFFE. Grayscale: #3B3B3B. Windows color (decimal): -7987199 or 73862. OLE color: 73862.

HSL color Cylindrical-coordinate representation of color #862001: hue angle of 13.98º 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 #862001 is Cyan = 0, Magento = 0.76, Yellow = 0.99 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 32 1 -
CMYK 0 0.76 0.99 0.47
HSL 13.98º 0.99% 0.26% -
HSV(B) 13.98º 0.99% 0.53% -
XYZ 10.35 6.1 0.66 -
YUV 58.96 95.29 181.52 -
System Red Green Blue C M Y K H S L
Decimal 134 32 1 0 0.76 0.99 0.47 13.98 0.99 0.26
Hex 86 20 1 0 4C 63 2F E 63 1A
Octal 206 40 1 0 114 143 57 16 143 32
Binary 10000110 100000 1 0 1001100 1100011 101111 1110 1100011 11010

Color Harmonies of #862001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862001

Black with #862001

Text Example


Text Example

White with #862001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #862001; }

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

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

background-color css

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

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

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

border-color css

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

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

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