Html Css Color HEX #851916 Falu Red

📋 copy color: '#851916'

red 133 ◦ green 25 ◦ blue 22

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

Shades of Falu Red #851916

Tints of Falu Red #851916

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 12.22%

R = 73.89%
G = 13.89%
B = 12.22%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.83

 K value IS 0.48

RGB Variations

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

Color information

#851916 (or 0x851916) is known color: Falu Red. HEX triplet: 85, 19 and 16. RGB value is (133,25,22). Sum of RGB (Red+Green+Blue) = 133+25+22=180 (23% of max value = 765). Red value is 133 (52.34% from 255 or 73.89% from 180); Green value is 25 (10.16% from 255 or 13.89% from 180); Blue value is 22 (8.98% from 255 or 12.22% from 180); Max value from RGB is 133 - color contains mainly: red. Hex color #851916 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #851916 is #7AE6E9. Grayscale: #393939. Windows color (decimal): -8054506 or 1448325. OLE color: 1448325.

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

Color convert

RGB 133 25 22 -
CMYK 0 0.81 0.83 0.48
HSL 1.62º 0.72% 0.3% -
HSV(B) 1.62º 0.83% 0.52% -
XYZ 10.17 5.74 1.33 -
YUV 56.95 108.28 182.24 -
System Red Green Blue C M Y K H S L
Decimal 133 25 22 0 0.81 0.83 0.48 1.62 0.72 0.3
Hex 85 19 16 0 51 53 30 2 48 1E
Octal 205 31 26 0 121 123 60 2 110 36
Binary 10000101 11001 10110 0 1010001 1010011 110000 10 1001000 11110

Color Harmonies of #851916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851916

Black with #851916

Text Example


Text Example

White with #851916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851916; }

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

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

background-color css

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

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

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

border-color css

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

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

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