Html Css Color HEX #862501 Falu Red

📋 copy color: '#862501'

red 134 ◦ green 37 ◦ blue 1

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

Shades of Falu Red #862501

Tints of Falu Red #862501

RGB

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

 GREEN value IS 37 (14.84% from 255) = 21.51%

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

R = 77.91%
G = 21.51%
B = 0.58%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.99

 K value IS 0.47

RGB Variations

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

Color information

#862501 (or 0x862501) is known color: Falu Red. HEX triplet: 86, 25 and 01. RGB value is (134,37,1). Sum of RGB (Red+Green+Blue) = 134+37+1=172 (22% of max value = 765). Red value is 134 (52.73% from 255 or 77.91% from 172); Green value is 37 (14.84% from 255 or 21.51% from 172); Blue value is 1 (0.78% from 255 or 0.58% from 172); Max value from RGB is 134 - color contains mainly: red. Hex color #862501 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #862501 is #79DAFE. Grayscale: #3E3E3E. Windows color (decimal): -7985919 or 75142. OLE color: 75142.

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

Color convert

RGB 134 37 1 -
CMYK 0 0.72 0.99 0.47
HSL 16.24º 0.99% 0.26% -
HSV(B) 16.24º 0.99% 0.53% -
XYZ 10.5 6.39 0.71 -
YUV 61.9 93.64 179.43 -
System Red Green Blue C M Y K H S L
Decimal 134 37 1 0 0.72 0.99 0.47 16.24 0.99 0.26
Hex 86 25 1 0 48 63 2F 10 63 1A
Octal 206 45 1 0 110 143 57 20 143 32
Binary 10000110 100101 1 0 1001000 1100011 101111 10000 1100011 11010

Color Harmonies of #862501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862501

Black with #862501

Text Example


Text Example

White with #862501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #862501; }

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

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

background-color css

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

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

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

border-color css

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

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

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