Html Css Color HEX #851801 Falu Red

📋 copy color: '#851801'

red 133 ◦ green 24 ◦ blue 1

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

Shades of Falu Red #851801

Tints of Falu Red #851801

RGB

 RED value IS 133 (52.34% from 255) = 84.18%

 GREEN value IS 24 (9.77% from 255) = 15.19%

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

R = 84.18%
G = 15.19%
B = 0.63%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.99

 K value IS 0.48

RGB Variations

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

Color information

#851801 (or 0x851801) is known color: Falu Red. HEX triplet: 85, 18 and 01. RGB value is (133,24,1). Sum of RGB (Red+Green+Blue) = 133+24+1=158 (20% of max value = 765). Red value is 133 (52.34% from 255 or 84.18% from 158); Green value is 24 (9.77% from 255 or 15.19% from 158); Blue value is 1 (0.78% from 255 or 0.63% from 158); Max value from RGB is 133 - color contains mainly: red. Hex color #851801 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #851801 is #7AE7FE. Grayscale: #363636. Windows color (decimal): -8054783 or 71813. OLE color: 71813.

HSL color Cylindrical-coordinate representation of color #851801: hue angle of 10.45º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #851801 is Cyan = 0, Magento = 0.82, Yellow = 0.99 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 24 1 -
CMYK 0 0.82 0.99 0.48
HSL 10.45º 0.99% 0.26% -
HSV(B) 10.45º 0.99% 0.52% -
XYZ 10 5.64 0.59 -
YUV 53.97 98.11 184.37 -
System Red Green Blue C M Y K H S L
Decimal 133 24 1 0 0.82 0.99 0.48 10.45 0.99 0.26
Hex 85 18 1 0 52 63 30 A 63 1A
Octal 205 30 1 0 122 143 60 12 143 32
Binary 10000101 11000 1 0 1010010 1100011 110000 1010 1100011 11010

Color Harmonies of #851801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851801

Black with #851801

Text Example


Text Example

White with #851801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851801; }

 p { color: rgb(133,24,1); }

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

background-color css

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

 a { background-color: rgb(133,24,1); }

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

border-color css

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

 span { border-color: rgb(133,24,1); }

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