Html Css Color HEX #851911 Falu Red

📋 copy color: '#851911'

red 133 ◦ green 25 ◦ blue 17

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

Shades of Falu Red #851911

Tints of Falu Red #851911

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 9.71%

R = 76%
G = 14.29%
B = 9.71%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.87

 K value IS 0.48

RGB Variations

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

Color information

#851911 (or 0x851911) is known color: Falu Red. HEX triplet: 85, 19 and 11. RGB value is (133,25,17). Sum of RGB (Red+Green+Blue) = 133+25+17=175 (23% of max value = 765). Red value is 133 (52.34% from 255 or 76% from 175); Green value is 25 (10.16% from 255 or 14.29% from 175); Blue value is 17 (7.03% from 255 or 9.71% from 175); Max value from RGB is 133 - color contains mainly: red. Hex color #851911 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #851911 is #7AE6EE. Grayscale: #383838. Windows color (decimal): -8054511 or 1120645. OLE color: 1120645.

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

Color convert

RGB 133 25 17 -
CMYK 0 0.81 0.87 0.48
HSL 4.14º 0.77% 0.29% -
HSV(B) 4.14º 0.87% 0.52% -
XYZ 10.12 5.72 1.1 -
YUV 56.38 105.78 182.65 -
System Red Green Blue C M Y K H S L
Decimal 133 25 17 0 0.81 0.87 0.48 4.14 0.77 0.29
Hex 85 19 11 0 51 57 30 4 4D 1D
Octal 205 31 21 0 121 127 60 4 115 35
Binary 10000101 11001 10001 0 1010001 1010111 110000 100 1001101 11101

Color Harmonies of #851911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851911

Black with #851911

Text Example


Text Example

White with #851911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851911; }

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

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

background-color css

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

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

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

border-color css

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

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

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