Html Css Color HEX #862201 Falu Red

📋 copy color: '#862201'

red 134 ◦ green 34 ◦ blue 1

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

Shades of Falu Red #862201

Tints of Falu Red #862201

RGB

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

 GREEN value IS 34 (13.67% from 255) = 20.12%

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

R = 79.29%
G = 20.12%
B = 0.59%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.99

 K value IS 0.47

RGB Variations

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

Color information

#862201 (or 0x862201) is known color: Falu Red. HEX triplet: 86, 22 and 01. RGB value is (134,34,1). Sum of RGB (Red+Green+Blue) = 134+34+1=169 (22% of max value = 765). Red value is 134 (52.73% from 255 or 79.29% from 169); Green value is 34 (13.67% from 255 or 20.12% from 169); Blue value is 1 (0.78% from 255 or 0.59% from 169); Max value from RGB is 134 - color contains mainly: red. Hex color #862201 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #862201 is #79DDFE. Grayscale: #3C3C3C. Windows color (decimal): -7986687 or 74374. OLE color: 74374.

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

Color convert

RGB 134 34 1 -
CMYK 0 0.75 0.99 0.47
HSL 14.89º 0.99% 0.26% -
HSV(B) 14.89º 0.99% 0.53% -
XYZ 10.41 6.21 0.68 -
YUV 60.14 94.63 180.68 -
System Red Green Blue C M Y K H S L
Decimal 134 34 1 0 0.75 0.99 0.47 14.89 0.99 0.26
Hex 86 22 1 0 4B 63 2F F 63 1A
Octal 206 42 1 0 113 143 57 17 143 32
Binary 10000110 100010 1 0 1001011 1100011 101111 1111 1100011 11010

Color Harmonies of #862201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862201

Black with #862201

Text Example


Text Example

White with #862201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #862201; }

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

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

background-color css

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

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

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

border-color css

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

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

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