Html Css Color HEX #862009 Falu Red

📋 copy color: '#862009'

red 134 ◦ green 32 ◦ blue 9

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

Shades of Falu Red #862009

Tints of Falu Red #862009

RGB

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

 GREEN value IS 32 (12.89% from 255) = 18.29%

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

R = 76.57%
G = 18.29%
B = 5.14%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.93

 K value IS 0.47

RGB Variations

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

Color information

#862009 (or 0x862009) is known color: Falu Red. HEX triplet: 86, 20 and 09. RGB value is (134,32,9). Sum of RGB (Red+Green+Blue) = 134+32+9=175 (23% of max value = 765). Red value is 134 (52.73% from 255 or 76.57% from 175); Green value is 32 (12.89% from 255 or 18.29% from 175); Blue value is 9 (3.91% from 255 or 5.14% from 175); Max value from RGB is 134 - color contains mainly: red. Hex color #862009 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #862009 is #79DFF6. Grayscale: #3C3C3C. Windows color (decimal): -7987191 or 598150. OLE color: 598150.

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

Color convert

RGB 134 32 9 -
CMYK 0 0.76 0.93 0.47
HSL 11.04º 0.87% 0.28% -
HSV(B) 11.04º 0.93% 0.53% -
XYZ 10.4 6.12 0.89 -
YUV 59.88 99.29 180.87 -
System Red Green Blue C M Y K H S L
Decimal 134 32 9 0 0.76 0.93 0.47 11.04 0.87 0.28
Hex 86 20 9 0 4C 5D 2F B 57 1C
Octal 206 40 11 0 114 135 57 13 127 34
Binary 10000110 100000 1001 0 1001100 1011101 101111 1011 1010111 11100

Color Harmonies of #862009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862009

Black with #862009

Text Example


Text Example

White with #862009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #862009; }

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

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

background-color css

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

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

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

border-color css

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

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

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