Html Css Color HEX #862301 Falu Red

📋 copy color: '#862301'

red 134 ◦ green 35 ◦ blue 1

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

Shades of Falu Red #862301

Tints of Falu Red #862301

RGB

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

 GREEN value IS 35 (14.06% from 255) = 20.59%

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

R = 78.82%
G = 20.59%
B = 0.59%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.99

 K value IS 0.47

RGB Variations

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

Color information

#862301 (or 0x862301) is known color: Falu Red. HEX triplet: 86, 23 and 01. RGB value is (134,35,1). Sum of RGB (Red+Green+Blue) = 134+35+1=170 (22% of max value = 765). Red value is 134 (52.73% from 255 or 78.82% from 170); Green value is 35 (14.06% from 255 or 20.59% from 170); Blue value is 1 (0.78% from 255 or 0.59% from 170); Max value from RGB is 134 - color contains mainly: red. Hex color #862301 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #862301 is #79DCFE. Grayscale: #3C3C3C. Windows color (decimal): -7986431 or 74630. OLE color: 74630.

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

Color convert

RGB 134 35 1 -
CMYK 0 0.74 0.99 0.47
HSL 15.34º 0.99% 0.26% -
HSV(B) 15.34º 0.99% 0.53% -
XYZ 10.44 6.27 0.69 -
YUV 60.73 94.3 180.26 -
System Red Green Blue C M Y K H S L
Decimal 134 35 1 0 0.74 0.99 0.47 15.34 0.99 0.26
Hex 86 23 1 0 4A 63 2F F 63 1A
Octal 206 43 1 0 112 143 57 17 143 32
Binary 10000110 100011 1 0 1001010 1100011 101111 1111 1100011 11010

Color Harmonies of #862301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862301

Black with #862301

Text Example


Text Example

White with #862301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #862301; }

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

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

background-color css

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

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

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

border-color css

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

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

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