Html Css Color HEX #851910 Falu Red

📋 copy color: '#851910'

red 133 ◦ green 25 ◦ blue 16

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

Shades of Falu Red #851910

Tints of Falu Red #851910

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 9.2%

R = 76.44%
G = 14.37%
B = 9.2%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.88

 K value IS 0.48

RGB Variations

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

Color information

#851910 (or 0x851910) is known color: Falu Red. HEX triplet: 85, 19 and 10. RGB value is (133,25,16). Sum of RGB (Red+Green+Blue) = 133+25+16=174 (23% of max value = 765). Red value is 133 (52.34% from 255 or 76.44% from 174); Green value is 25 (10.16% from 255 or 14.37% from 174); Blue value is 16 (6.64% from 255 or 9.20% from 174); Max value from RGB is 133 - color contains mainly: red. Hex color #851910 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #851910 is #7AE6EF. Grayscale: #383838. Windows color (decimal): -8054512 or 1055109. OLE color: 1055109.

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

Color convert

RGB 133 25 16 -
CMYK 0 0.81 0.88 0.48
HSL 4.62º 0.79% 0.29% -
HSV(B) 4.62º 0.88% 0.52% -
XYZ 10.11 5.72 1.06 -
YUV 56.27 105.28 182.73 -
System Red Green Blue C M Y K H S L
Decimal 133 25 16 0 0.81 0.88 0.48 4.62 0.79 0.29
Hex 85 19 10 0 51 58 30 5 4F 1D
Octal 205 31 20 0 121 130 60 5 117 35
Binary 10000101 11001 10000 0 1010001 1011000 110000 101 1001111 11101

Color Harmonies of #851910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851910

Black with #851910

Text Example


Text Example

White with #851910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851910; }

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

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

background-color css

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

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

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

border-color css

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

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

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