Html Css Color HEX #861509 Falu Red

📋 copy color: '#861509'

red 134 ◦ green 21 ◦ blue 9

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

Shades of Falu Red #861509

Tints of Falu Red #861509

RGB

 RED value IS 134 (52.73% from 255) = 81.71%

 GREEN value IS 21 (8.59% from 255) = 12.8%

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

R = 81.71%
G = 12.8%
B = 5.49%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.93

 K value IS 0.47

RGB Variations

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

Color information

#861509 (or 0x861509) is known color: Falu Red. HEX triplet: 86, 15 and 09. RGB value is (134,21,9). Sum of RGB (Red+Green+Blue) = 134+21+9=164 (21% of max value = 765). Red value is 134 (52.73% from 255 or 81.71% from 164); Green value is 21 (8.59% from 255 or 12.80% from 164); Blue value is 9 (3.91% from 255 or 5.49% from 164); Max value from RGB is 134 - color contains mainly: red. Hex color #861509 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #861509 is #79EAF6. Grayscale: #353535. Windows color (decimal): -7990007 or 595334. OLE color: 595334.

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

Color convert

RGB 134 21 9 -
CMYK 0 0.84 0.93 0.47
HSL 5.76º 0.87% 0.28% -
HSV(B) 5.76º 0.93% 0.53% -
XYZ 10.15 5.62 0.81 -
YUV 53.42 102.94 185.48 -
System Red Green Blue C M Y K H S L
Decimal 134 21 9 0 0.84 0.93 0.47 5.76 0.87 0.28
Hex 86 15 9 0 54 5D 2F 6 57 1C
Octal 206 25 11 0 124 135 57 6 127 34
Binary 10000110 10101 1001 0 1010100 1011101 101111 110 1010111 11100

Color Harmonies of #861509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861509

Black with #861509

Text Example


Text Example

White with #861509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #861509; }

 p { color: rgb(134,21,9); }

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

background-color css

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

 a { background-color: rgb(134,21,9); }

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

border-color css

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

 span { border-color: rgb(134,21,9); }

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