Html Css Color HEX #851901 Falu Red

📋 copy color: '#851901'

red 133 ◦ green 25 ◦ blue 1

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

Shades of Falu Red #851901

Tints of Falu Red #851901

RGB

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

 GREEN value IS 25 (10.16% from 255) = 15.72%

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

R = 83.65%
G = 15.72%
B = 0.63%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.99

 K value IS 0.48

RGB Variations

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

Color information

#851901 (or 0x851901) is known color: Falu Red. HEX triplet: 85, 19 and 01. RGB value is (133,25,1). Sum of RGB (Red+Green+Blue) = 133+25+1=159 (21% of max value = 765). Red value is 133 (52.34% from 255 or 83.65% from 159); Green value is 25 (10.16% from 255 or 15.72% from 159); Blue value is 1 (0.78% from 255 or 0.63% from 159); Max value from RGB is 133 - color contains mainly: red. Hex color #851901 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #851901 is #7AE6FE. Grayscale: #363636. Windows color (decimal): -8054527 or 72069. OLE color: 72069.

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

Color convert

RGB 133 25 1 -
CMYK 0 0.81 0.99 0.48
HSL 10.91º 0.99% 0.26% -
HSV(B) 10.91º 0.99% 0.52% -
XYZ 10.03 5.68 0.6 -
YUV 54.56 97.78 183.95 -
System Red Green Blue C M Y K H S L
Decimal 133 25 1 0 0.81 0.99 0.48 10.91 0.99 0.26
Hex 85 19 1 0 51 63 30 B 63 1A
Octal 205 31 1 0 121 143 60 13 143 32
Binary 10000101 11001 1 0 1010001 1100011 110000 1011 1100011 11010

Color Harmonies of #851901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851901

Black with #851901

Text Example


Text Example

White with #851901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851901; }

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

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

background-color css

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

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

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

border-color css

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

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

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