Html Css Color HEX #851909 Falu Red

📋 copy color: '#851909'

red 133 ◦ green 25 ◦ blue 9

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

Shades of Falu Red #851909

Tints of Falu Red #851909

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 5.39%

R = 79.64%
G = 14.97%
B = 5.39%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.93

 K value IS 0.48

RGB Variations

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

Color information

#851909 (or 0x851909) is known color: Falu Red. HEX triplet: 85, 19 and 09. RGB value is (133,25,9). Sum of RGB (Red+Green+Blue) = 133+25+9=167 (22% of max value = 765). Red value is 133 (52.34% from 255 or 79.64% from 167); Green value is 25 (10.16% from 255 or 14.97% from 167); Blue value is 9 (3.91% from 255 or 5.39% from 167); Max value from RGB is 133 - color contains mainly: red. Hex color #851909 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #851909 is #7AE6F6. Grayscale: #373737. Windows color (decimal): -8054519 or 596357. OLE color: 596357.

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

Color convert

RGB 133 25 9 -
CMYK 0 0.81 0.93 0.48
HSL 7.74º 0.87% 0.28% -
HSV(B) 7.74º 0.93% 0.52% -
XYZ 10.07 5.7 0.83 -
YUV 55.47 101.78 183.3 -
System Red Green Blue C M Y K H S L
Decimal 133 25 9 0 0.81 0.93 0.48 7.74 0.87 0.28
Hex 85 19 9 0 51 5D 30 8 57 1C
Octal 205 31 11 0 121 135 60 10 127 34
Binary 10000101 11001 1001 0 1010001 1011101 110000 1000 1010111 11100

Color Harmonies of #851909

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851909

Black with #851909

Text Example


Text Example

White with #851909

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851909; }

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

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

background-color css

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

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

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

border-color css

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

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

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