Html Css Color HEX #862401 Falu Red

📋 copy color: '#862401'

red 134 ◦ green 36 ◦ blue 1

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

Shades of Falu Red #862401

Tints of Falu Red #862401

RGB

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

 GREEN value IS 36 (14.45% from 255) = 21.05%

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

R = 78.36%
G = 21.05%
B = 0.58%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.99

 K value IS 0.47

RGB Variations

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

Color information

#862401 (or 0x862401) is known color: Falu Red. HEX triplet: 86, 24 and 01. RGB value is (134,36,1). Sum of RGB (Red+Green+Blue) = 134+36+1=171 (22% of max value = 765). Red value is 134 (52.73% from 255 or 78.36% from 171); Green value is 36 (14.45% from 255 or 21.05% from 171); Blue value is 1 (0.78% from 255 or 0.58% from 171); Max value from RGB is 134 - color contains mainly: red. Hex color #862401 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #862401 is #79DBFE. Grayscale: #3D3D3D. Windows color (decimal): -7986175 or 74886. OLE color: 74886.

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

Color convert

RGB 134 36 1 -
CMYK 0 0.73 0.99 0.47
HSL 15.79º 0.99% 0.26% -
HSV(B) 15.79º 0.99% 0.53% -
XYZ 10.47 6.33 0.7 -
YUV 61.31 93.97 179.85 -
System Red Green Blue C M Y K H S L
Decimal 134 36 1 0 0.73 0.99 0.47 15.79 0.99 0.26
Hex 86 24 1 0 49 63 2F 10 63 1A
Octal 206 44 1 0 111 143 57 20 143 32
Binary 10000110 100100 1 0 1001001 1100011 101111 10000 1100011 11010

Color Harmonies of #862401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862401

Black with #862401

Text Example


Text Example

White with #862401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #862401; }

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

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

background-color css

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

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

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

border-color css

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

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

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