Html Css Color HEX #851900 Falu Red

📋 copy color: '#851900'

red 133 ◦ green 25 ◦ blue 0

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

Shades of Falu Red #851900

Tints of Falu Red #851900

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 84.18%
G = 15.82%
B = 0%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 1

 K value IS 0.48

RGB Variations

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

Color information

#851900 (or 0x851900) is known color: Falu Red. HEX triplet: 85, 19 and 00. RGB value is (133,25,0). Sum of RGB (Red+Green+Blue) = 133+25+0=158 (20% of max value = 765). Red value is 133 (52.34% from 255 or 84.18% from 158); Green value is 25 (10.16% from 255 or 15.82% from 158); Blue value is 0 (0.39% from 255 or 0% from 158); Max value from RGB is 133 - color contains mainly: red. Hex color #851900 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #851900 is #7AE6FF. Grayscale: #363636. Windows color (decimal): -8054528 or 6533. OLE color: 6533.

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

Color convert

RGB 133 25 0 -
CMYK 0 0.81 1 0.48
HSL 11.28º 1% 0.26% -
HSV(B) 11.28º 1% 0.52% -
XYZ 10.02 5.68 0.57 -
YUV 54.44 97.28 184.03 -
System Red Green Blue C M Y K H S L
Decimal 133 25 0 0 0.81 1 0.48 11.28 1 0.26
Hex 85 19 0 0 51 64 30 B 64 1A
Octal 205 31 0 0 121 144 60 13 144 32
Binary 10000101 11001 0 0 1010001 1100100 110000 1011 1100100 11010

Color Harmonies of #851900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851900

Black with #851900

Text Example


Text Example

White with #851900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851900; }

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

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

background-color css

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

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

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

border-color css

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

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

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