Html Css Color HEX #851609 Falu Red

📋 copy color: '#851609'

red 133 ◦ green 22 ◦ blue 9

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

Shades of Falu Red #851609

Tints of Falu Red #851609

RGB

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

 GREEN value IS 22 (8.98% from 255) = 13.41%

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

R = 81.1%
G = 13.41%
B = 5.49%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.93

 K value IS 0.48

RGB Variations

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

Color information

#851609 (or 0x851609) is known color: Falu Red. HEX triplet: 85, 16 and 09. RGB value is (133,22,9). Sum of RGB (Red+Green+Blue) = 133+22+9=164 (21% of max value = 765). Red value is 133 (52.34% from 255 or 81.10% from 164); Green value is 22 (8.98% from 255 or 13.41% from 164); Blue value is 9 (3.91% from 255 or 5.49% from 164); Max value from RGB is 133 - color contains mainly: red. Hex color #851609 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #851609 is #7AE9F6. Grayscale: #353535. Windows color (decimal): -8055287 or 595589. OLE color: 595589.

HSL color Cylindrical-coordinate representation of color #851609: hue angle of 6.29º 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 #851609 is Cyan = 0, Magento = 0.83, Yellow = 0.93 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 22 9 -
CMYK 0 0.83 0.93 0.48
HSL 6.29º 0.87% 0.28% -
HSV(B) 6.29º 0.93% 0.52% -
XYZ 10.01 5.58 0.81 -
YUV 53.71 102.77 184.56 -
System Red Green Blue C M Y K H S L
Decimal 133 22 9 0 0.83 0.93 0.48 6.29 0.87 0.28
Hex 85 16 9 0 53 5D 30 6 57 1C
Octal 205 26 11 0 123 135 60 6 127 34
Binary 10000101 10110 1001 0 1010011 1011101 110000 110 1010111 11100

Color Harmonies of #851609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851609

Black with #851609

Text Example


Text Example

White with #851609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851609; }

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

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

background-color css

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

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

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

border-color css

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

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

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