Html Css Color HEX #862101 Falu Red

📋 copy color: '#862101'

red 134 ◦ green 33 ◦ blue 1

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

Shades of Falu Red #862101

Tints of Falu Red #862101

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.6%

R = 79.76%
G = 19.64%
B = 0.6%

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

#862101 (or 0x862101) is known color: 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

RGB 134 33 1 -
CMYK 0 0.75 0.99 0.47
HSL 14.44º 0.99% 0.26% -
HSV(B) 14.44º 0.99% 0.53% -
XYZ 10.38 6.16 0.67 -
YUV 59.55 94.96 181.1 -
System Red Green Blue C M Y K H S L
Decimal 134 33 1 0 0.75 0.99 0.47 14.44 0.99 0.26
Hex 86 21 1 0 4B 63 2F E 63 1A
Octal 206 41 1 0 113 143 57 16 143 32
Binary 10000110 100001 1 0 1001011 1100011 101111 1110 1100011 11010

Color Harmonies of #862101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862101

Black with #862101

Text Example


Text Example

White with #862101

Text Example


Text Example

HTML Codes & Css Web 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>