Html Css Color HEX #851309 Falu Red

📋 copy color: '#851309'

red 133 ◦ green 19 ◦ blue 9

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

Shades of Falu Red #851309

Tints of Falu Red #851309

RGB

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

 GREEN value IS 19 (7.81% from 255) = 11.8%

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

R = 82.61%
G = 11.8%
B = 5.59%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.93

 K value IS 0.48

RGB Variations

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

Color information

#851309 (or 0x851309) is known color: Falu Red. HEX triplet: 85, 13 and 09. RGB value is (133,19,9). Sum of RGB (Red+Green+Blue) = 133+19+9=161 (21% of max value = 765). Red value is 133 (52.34% from 255 or 82.61% from 161); Green value is 19 (7.81% from 255 or 11.80% from 161); Blue value is 9 (3.91% from 255 or 5.59% from 161); Max value from RGB is 133 - color contains mainly: red. Hex color #851309 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #851309 is #7AECF6. Grayscale: #343434. Windows color (decimal): -8056055 or 594821. OLE color: 594821.

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

Color convert

RGB 133 19 9 -
CMYK 0 0.86 0.93 0.48
HSL 4.84º 0.87% 0.28% -
HSV(B) 4.84º 0.93% 0.52% -
XYZ 9.96 5.47 0.79 -
YUV 51.95 103.77 185.81 -
System Red Green Blue C M Y K H S L
Decimal 133 19 9 0 0.86 0.93 0.48 4.84 0.87 0.28
Hex 85 13 9 0 56 5D 30 5 57 1C
Octal 205 23 11 0 126 135 60 5 127 34
Binary 10000101 10011 1001 0 1010110 1011101 110000 101 1010111 11100

Color Harmonies of #851309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851309

Black with #851309

Text Example


Text Example

White with #851309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851309; }

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

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

background-color css

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

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

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

border-color css

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

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

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