Html Css Color HEX #851913 Falu Red

📋 copy color: '#851913'

red 133 ◦ green 25 ◦ blue 19

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

Shades of Falu Red #851913

Tints of Falu Red #851913

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 10.73%

R = 75.14%
G = 14.12%
B = 10.73%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.86

 K value IS 0.48

RGB Variations

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

Color information

#851913 (or 0x851913) is known color: Falu Red. HEX triplet: 85, 19 and 13. RGB value is (133,25,19). Sum of RGB (Red+Green+Blue) = 133+25+19=177 (23% of max value = 765). Red value is 133 (52.34% from 255 or 75.14% from 177); Green value is 25 (10.16% from 255 or 14.12% from 177); Blue value is 19 (7.81% from 255 or 10.73% from 177); Max value from RGB is 133 - color contains mainly: red. Hex color #851913 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #851913 is #7AE6EC. Grayscale: #383838. Windows color (decimal): -8054509 or 1251717. OLE color: 1251717.

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

Color convert

RGB 133 25 19 -
CMYK 0 0.81 0.86 0.48
HSL 3.16º 0.75% 0.3% -
HSV(B) 3.16º 0.86% 0.52% -
XYZ 10.14 5.73 1.19 -
YUV 56.61 106.78 182.49 -
System Red Green Blue C M Y K H S L
Decimal 133 25 19 0 0.81 0.86 0.48 3.16 0.75 0.3
Hex 85 19 13 0 51 56 30 3 4B 1E
Octal 205 31 23 0 121 126 60 3 113 36
Binary 10000101 11001 10011 0 1010001 1010110 110000 11 1001011 11110

Color Harmonies of #851913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851913

Black with #851913

Text Example


Text Example

White with #851913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851913; }

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

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

background-color css

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

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

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

border-color css

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

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

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