Html Css Color HEX #862309 Falu Red

📋 copy color: '#862309'

red 134 ◦ green 35 ◦ blue 9

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

Shades of Falu Red #862309

Tints of Falu Red #862309

RGB

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

 GREEN value IS 35 (14.06% from 255) = 19.66%

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

R = 75.28%
G = 19.66%
B = 5.06%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.93

 K value IS 0.47

RGB Variations

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

Color information

#862309 (or 0x862309) is known color: Falu Red. HEX triplet: 86, 23 and 09. RGB value is (134,35,9). Sum of RGB (Red+Green+Blue) = 134+35+9=178 (23% of max value = 765). Red value is 134 (52.73% from 255 or 75.28% from 178); Green value is 35 (14.06% from 255 or 19.66% from 178); Blue value is 9 (3.91% from 255 or 5.06% from 178); Max value from RGB is 134 - color contains mainly: red. Hex color #862309 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #862309 is #79DCF6. Grayscale: #3D3D3D. Windows color (decimal): -7986423 or 598918. OLE color: 598918.

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

Color convert

RGB 134 35 9 -
CMYK 0 0.74 0.93 0.47
HSL 12.48º 0.87% 0.28% -
HSV(B) 12.48º 0.93% 0.53% -
XYZ 10.48 6.29 0.92 -
YUV 61.64 98.3 179.61 -
System Red Green Blue C M Y K H S L
Decimal 134 35 9 0 0.74 0.93 0.47 12.48 0.87 0.28
Hex 86 23 9 0 4A 5D 2F C 57 1C
Octal 206 43 11 0 112 135 57 14 127 34
Binary 10000110 100011 1001 0 1001010 1011101 101111 1100 1010111 11100

Color Harmonies of #862309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862309

Black with #862309

Text Example


Text Example

White with #862309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #862309; }

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

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

background-color css

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

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

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

border-color css

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

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

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